/airflow_dag_artifact-project

Airflow Dag Artifact versioning and alias Management for blue/green, canary deployment, and roll back for production failure.

Primary LanguagePythonMIT LicenseMIT

https://img.shields.io/badge/Release_History!--None.svg?style=social https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social

Welcome to airflow_dag_artifact Documentation

A lot of serverless AWS Service supports versioning and alias for deployment. It made the blue / green deployment, canary deployment and rolling back super easy.

However, Airflow DAG does not support this feature yet. This library provides a way to manage Airflow DAG versioning and alias so you can deploy Airflow DAG with confidence.

Please read this tutorial to learn how to use this library.

It also has native AWS MWAA support for DAG deployment automation, with the DAG versioning manage, which is not official supported by Apache Airflow. Please read this example to learn how to use this library with AWS MWAA.

Install

airflow_dag_artifact is released on PyPI, so all you need is to:

$ pip install airflow-dag-artifact

To upgrade to latest version:

$ pip install --upgrade airflow-dag-artifact