且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何根据运行ID筛选ADF管道运行

更新时间:2023-11-04 11:15:28

您好Ganda并感谢您的询问。 虽然在用户界面中可以搜索RunID,但我认为走另一条路线会更快。

Hello Ganda and thank you for your inquiry.  While searching for a RunID may be possible in the user interface, I think it would be faster to go another route.

使用
SDK或REST api
,您可以根据runID进行查询。 有些查询只能通过runID完成。    以下是您想要的确切内容。&nbsp ;虽然
我已经将它与Postman一起使用,但身份验证可能会有点痛苦。  "试一试" doc中的部分可以为您进行身份验证。



runID不是特别用户友好的字段/标识符,因此与其相关的GUI功能可能不是。优先 您可以在

反馈中提交/投票支持此功能论坛
。¥


如果您感觉幸运,我在GUI中注意到"过滤器" "管道运行"右侧的按钮监控屏幕。 我没有找到任何关于编写自定义过滤器的文档,所以我不知道它的功能。 
也许它可以用来搜索RunID。 这就是为什么我在GUI中说
可能
的原因。



如果有帮助,请告知我们,或者标记为已接听。

By using an SDK or REST api, you can query based upon runID.  Some of the queries can only done by runID.   Here is the exact one you want.  While I have used this with Postman, the authentication can be a little painful.  The "Try It" section in the doc can do the authentication for you.

runID isn't a particularly user-friendly field/identifier , so GUI features related to it probably were not a priority.  You can submit / vote for this feature in the feedback forums.

If you are feeling lucky, I noticed in the GUI a "Filter" button on the right side of the "Pipeline Runs" monitoring screen.  I haven't found any documentation on writing custom filter , so I have no idea about its capabilities.  Maybe it can be used to search for RunID.  That is why I said it may be possible in the GUI.

Please let me know if this helps, or mark as answered.

Martin Jaffer,Azure CXP社区工程师

Martin Jaffer, Azure CXP Community Engineer