Skip to main content

Apache Airflow plugin for managing multi-repository DAG deployments

Project description

Airflow Multirepo Deploy plugin

Airflow plugin for deploying DAGs from multiple Git repository from Airflow webserver.

The plugin scans every folder in Airflow DAGs folder (without subfolders), and check if it's a git repository. It's intended to be used in a scenario where DAGs are stored in a single shared volume. The volume must be mounted in the webserver too.

It's been designed for scenarios where Airflow is deployed in a Kubernetes cluster, and multiple teams deploy their DAGs from separate repos.

Features

  • Deploy DAGs from multiple Git repos
  • See deployed commit for each environment
  • Easily switch between branches

Installation

pip install apache-airflow-multirepo-deploy

Usage

Airflow helm chart

To use this plugin with the official Airflow helm chart, you need to configure:

  • dags.persistence to create a shared persistent volume
  • webserver.extraVolumes and webserver.extraVolumeMounts to mount the volume in the webserver

Configuration

Have a look at this configuration snippet and adjust it to your needs. The only required part is the GitHub App configuration if you want to use GitHub App authentication. If you don't configure it, the plugin will fall back to using SSH keys for authentication, which is also supported out of the box.

[multirepo_deploy]
# URL prefix for the deployment routes
url_prefix = deployment

# Path to the React app dist folder
react_app_dir = /path/to/plugin/ui/dist

# Optional post-deployment hook (Python callable)
# post_hook = mymodule.my_function

# Optional: restrict which branches can be deployed (comma-separated)
# allowed_branches = origin/main,origin/develop,origin/staging

# GitHub App Configuration (required for GitHub App authentication)
# To use GitHub App authentication, you need all three of these:

# 1. Your GitHub App ID (found in app settings)
gh_app_id = 123456

# 2. Base64-encoded private key for your GitHub App (PEM format)
#    Generate this from your GitHub App settings
gh_app_private_key = LS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQo... (truncated for security)

# 3. Installation ID for your organization
#    Find this in the URL when you view the app installation:
#    https://github.com/organizations/YOUR_ORG/settings/installations/INSTALLATION_ID
gh_app_installation_id = 12345678

# Note: If these are not configured, only SSH key method will be available

Authentication

While you should configure the Git authentication specific to your environment, the plugin supports multiple SSH keys (like GitHub deployment keys) out of the box. For a given repo , simply store the SSH key in a file <repo_folder_name>.key in the parent folder of the repo.

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

apache_airflow_multirepo_deploy-2.1.0.tar.gz (640.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

apache_airflow_multirepo_deploy-2.1.0-py3-none-any.whl (218.6 kB view details)

Uploaded Python 3

File details

Details for the file apache_airflow_multirepo_deploy-2.1.0.tar.gz.

File metadata

File hashes

Hashes for apache_airflow_multirepo_deploy-2.1.0.tar.gz
Algorithm Hash digest
SHA256 53f9dccd8ce2758ae8d721e63b7efa72b6970b89e797968d08920b3a82295c9e
MD5 71a1ac3772e4dd8b3a63da5f37e5238e
BLAKE2b-256 50ca286cebe673b7398bc18909ba31ad5951e403032e1cac54bcc04ac228852d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_airflow_multirepo_deploy-2.1.0.tar.gz:

Publisher: release.yml on ms32035/airflow-multirepo-deploy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_airflow_multirepo_deploy-2.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for apache_airflow_multirepo_deploy-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ce397a65d9d273e013f11fea702fed65c9d9efa074452ca16b8f0071b8e7ca94
MD5 9ec77fc4704ef74cd838835a84acbb93
BLAKE2b-256 453a8f2f79da3c7d99eb180efaa074e7d294cfae47662b3b18d29903fbd2e577

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_airflow_multirepo_deploy-2.1.0-py3-none-any.whl:

Publisher: release.yml on ms32035/airflow-multirepo-deploy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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