Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 630 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 630 Bytes

azure-adf-py-demo

Some examples of using Azure Data Factory from Python.

Based on the official document.

Process

  • 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.

Installation

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