Press "Enter" to skip to content

Creating Azure Data Factory Pipelines via Python

Michael Bourgon writes a script:

I hate creating SSIS. I also hate creating ADF via GUI. So here’s a way to do it with python. 

There are a couple prereqs (below), specifically an ultra-configurable Linked Service and Dataset.

Click through for an example of how it works.