简体   繁体   中英

how to pass “Data Flow/Data Set” parameters to azure data factory pipeline from Python SDK

From the below link, I understand using Python SDK, we can create Pipeline and run it.

https://docs.microsoft.com/en-us/azure/data-factory/quickstart-create-data-factory-python

But I have tried to pass data flow parameters in parameters={} in create_run function and it is not working. (Looks like it is taking pipeline parameters and not data flow parameters)

Any example/ details would help!!

As far as I know, there is no direct way to do this. As a workaround, you can create pipeline parameters then pass them to Data Flow. Something like this:

在此处输入图像描述

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