NeonLightFan
NeonLightFan

Reputation: 37

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.

Upvotes: 1

Views: 265

Answers (1)

Martin Esteban Zurita
Martin Esteban Zurita

Reputation: 3209

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!!

Upvotes: 1

Related Questions