Some examples of using Azure Data Factory from Python.
Based on the official document.
- Rename config.py.template and fill in your values
- Run create_datafactory.py
Change to the pipeline you want to run in "pipelines" and follow the README.
Install Azure Management support
pip install azure-mgmt-resource
pip3 install azure-mgmt-resource
Install Azure Data Factory support
pip install azure-mgmt-datafactory
pip3 install azure-mgmt-datafactory