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.0.0rc4.tar.gz (640.1 kB view details)

Uploaded Source

Built Distribution

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

File details

Details for the file apache_airflow_multirepo_deploy-2.0.0rc4.tar.gz.

File metadata

File hashes

Hashes for apache_airflow_multirepo_deploy-2.0.0rc4.tar.gz
Algorithm Hash digest
SHA256 fedfc3367723c907f55d97db972e1948920ef5665ae6ab2ef58c3c529eb6c994
MD5 ce9fc154f7f75047012ec03e2a9ed730
BLAKE2b-256 379775d06b6339996023c6a539f14039bbd9e83698701f5fe6b29c7bccebb425

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_airflow_multirepo_deploy-2.0.0rc4.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.0.0rc4-py3-none-any.whl.

File metadata

File hashes

Hashes for apache_airflow_multirepo_deploy-2.0.0rc4-py3-none-any.whl
Algorithm Hash digest
SHA256 555904718a7ac848c0f465a5b90103ee01bd5c805ac29f07130e8bb11624df4b
MD5 b971c9cf431acc154bebaa3f22783766
BLAKE2b-256 6ef9429ad2306eabcd12b8c00557d4efa534c861594268ddf5a1b19162d1f852

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_airflow_multirepo_deploy-2.0.0rc4-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