IDEA: Automap Parameters on Execute Pipeline Activities in Azure Data Factory
Jason Kohlhoff
21
Reputation points
IDEA:
Automap Parameters on Execute Pipeline Activities in Azure Data Factory
Frequently when you parameterize pipelines and use parent/child pipelines, you will pass parameters from the parent pipeline to the child pipelines. This requires copy and pasting the same parameter from the parent to all of the Execute pipeline activities of the children.
Can we have a way to Automap, so that if the naming conventions are the same, then Data Factory would automatically map the matching parameter from the parent pipeline?
Example Execute Pipeline Activity:
Sign in to answer