Azure Data Factory:在调试运行时,管道名称在表中丢失

huangapple go评论56阅读模式
英文:

Azure Data Factory : Pipelines names missing in table when run in Debug

问题

情景:

  • 在Azure Data Factory中创建一个流水线
  • 通过“添加触发器 -> 立即触发”来正常运行该流水线
  • 调试模式下再次运行该流水线
  • 进入显示已运行或将要运行所有流水线的页面(监视 -> 流水线运行
  • 有两个选项卡:“触发”“调试”。每个选项卡显示你在前面步骤中刚刚运行的流水线。

预期(正确): 在两个选项卡中,“流水线名称”列都有值

观察到(不好): 在“调试”选项卡中,“流水线名称”列为空。除了名称缺失之外,其他都准确。

英文:

Scenario :

  • Create a Pipeline in Azure Data Factory
  • Run the pipeline normally with an "Add trigger --> Trigger now"
  • Run the pipeline again in Debug
  • Go to the page that shows all the pipelines that have been run or will be run. (Monitor --> Pipeline runs)
  • It has two tabs : "Triggered" and "Debug". Each of these tabs shows the pipelines you've just run in the previous steps.

EXPECTED (CORRECT) : In both tabs, the "Pipeline name" column is populated

OBSERVED: (BAD) : In the "Debug" tab, the "Pipeline name" column is empty. Everything is accurate expect the name is missing.

Azure Data Factory:在调试运行时,管道名称在表中丢失

答案1

得分: 2

尝试使用另一个浏览器 - 我在Google Chrome中遇到了相同的问题,但当我使用Microsoft Edge时,管道名称确实显示出来。

英文:

Try using an alternate browser - I experienced the same issue in Google Chrome, but the pipeline names did appear when I used Microsoft Edge.

答案2

得分: 0

我在 Synapse Monitor 中遇到了同样的问题,但在 Edge 中没有显示管道名称。我使用 FireFox,它们在那里显示。

英文:

I have the same problem in Synapse Monitor, but the pipeline names are not showing in Edge. I use FireFox and they're there.

huangapple
  • 本文由 发表于 2023年4月17日 19:57:08
  • 转载请务必保留本文链接:https://go.coder-hub.com/76034918.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定