Skip to main content

To deploy projects dags to airflow dag directory

Project description

Installation

pip install airflow-dag-deployer

Deploy dags with commandline

Dags can be deployed as zip archive or independent python file prefixed by project name.

Deploying dags as a zip archive

deploydag --project=<project_name> --source=<dags_dir> --destination=<airflow_home> --method=zip

Deploying dags as a file

deploydag --project=<project_name> --source=<dags_dir> --destination=<airflow_home> --method=file

Deploying dags with config file for different environments

Set up of different deployment environment (dev/test/prod)

Have a deploydag.json (or any filename with json setting) file like this:

{
  "dev": {
    "project": "testproject",
    "source": "dags",
    "destination": "airflowhome",
    "method": "zip"
  }
}

Run command like this:

deploydag --config=deploydag.json --env=dev

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

airflow-dag-deployer-0.5.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

airflow_dag_deployer-0.5-py3-none-any.whl (5.0 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