英文:
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.
答案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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论