Skip to content

Tag: azure-data-factory

Python Azure Data Factory Update Pipeline

I want to use Python to add an activity to a pipeline in Azure Data Factory. With the following code I am replacing the actual activity but not adding a new one: This is the pipeline before running the code : After running the code: Expected : Answer Researched the statements in source code: So when you updat…