简体   繁体   中英

How to invoke a pipeline with parameters

I've created several pipelines with parameters, I'd like to test their behavior with different sets of parameters, how can I do this in Python? I've found an answer to do this in Powershell but not on Python.

I tried browsing the Python Data Factory sdk but I dont know if the issue is I'm not familiar with Python or if the sdk is not very intuitive.

Any help or pointers would be appreciated.

Instead of posting the code here, I've created a GitHub Gist to show 2 different ways to login and call pipelines with whatever parameters you need.

Here you go: https://gist.github.com/Gorgoras/1fe534fd9b454412f81c8203c773c483

Hope this helped!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM