0 votes
in Azure Data Factory by
How can you pass parameters to a pipeline run in Azure Data Factory?

1 Answer

0 votes
by

In Azure Data Factory, parameters are the first-class, top-level concepts. We can pass parameters to a pipeline run by defining the pipeline level parameters and passing arguments while executing the pipeline run on-demand or by using a trigger.

...