Skip to content

ParamountVentures/azure-adf-py-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some examples of using Azure Data Factory from Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages