Skip to main content

A Pythonic wrapper for Azure Data Factory

Project description

tests

🏭🍰 adfPy

adfPy aims to make developers lives easier by wrapping the Azure Data Factory Python SDK with an intuitive, powerful, and easy to use API that hopefully will remind people of working with Apache Airflow ;-).

Install

pip install adfpy

Usage

Generally, using adfPy has 2 main components:

  1. Write your pipeline.
  2. Deploy your pipeline.

adfPy has an opinionated syntax, which is heavily influenced by Airflow. For documentation on what the syntax looks like, please read the docs here. Some examples are provided in the examples directory of this repository.

Once you've written your pipelines, it's time to deploy them! For this, you can use adfPy's deployment script:

pip install adfpy
adfpy-deploy --path <your_path_here>

Note:

  • This script will ensure all pipelines in the provided path are present in your target ADF.
  • This script will also remove any ADF pipelines that are not in your path, but are in ADF.

Still to come

adfPy is still in development. As such, some ADF components are not yet supported:

  • Datasets
  • Linked services
  • Triggers (support for Schedule Triggers is available, but not for Tumbling Window, Custom Event, or Storage Event)

Developer setup

adfPy is built with Poetry. To setup a development environment run:

poetry install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adfpy-0.2.0.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

adfpy-0.2.0-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page