Skip to main content

airflow-config

Declarative Apache Airflow DAGs from Hydra YAML and airflow-pydantic models.

Build Status codecov License PyPI

# config/pipeline.yaml
# @package _global_
_target_: airflow_config.Configuration

dags:
  daily-report:
    schedule: "0 6 * * *"
    start_date: "2025-01-01"
    catchup: false
    tasks:
      report:
        _target_: airflow_config.BashTask
        bash_command: python /opt/jobs/report.py
from airflow_config import load_config

config = load_config("config", "pipeline")
config.generate_in_mem()

Configuration can provide shared defaults, environment overrides, templates, extensions, generated Python DAG files, or in-memory DAG registration.

Documentation

Published documentation is available at airflow-laminar.github.io/airflow-config.

Ecosystem

[!NOTE] This library was generated using copier from the Base Python Project Template repository.

Download files

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

Source Distribution

airflow_config-1.12.3.tar.gz (198.7 kB view details)

Uploaded Source

Built Distribution

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

airflow_config-1.12.3-py3-none-any.whl (193.1 kB view details)

Uploaded Python 3

File details

Details for the file airflow_config-1.12.3.tar.gz.

File metadata

  • Download URL: airflow_config-1.12.3.tar.gz
  • Upload date:
  • Size: 198.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for airflow_config-1.12.3.tar.gz
Algorithm Hash digest
SHA256 f48d8d76a138d454836478c81ae7e522638c6cf09d50619ca3c7ae87c1cdf42a
MD5 4e0e500b48cb22a0259d2ed070f8be1f
BLAKE2b-256 c0d69d91c12dac38d841d6fcca0d1be3ea0e530c139425c733fde2b3d5510ecb

See more details on using hashes here.

File details

Details for the file airflow_config-1.12.3-py3-none-any.whl.

File metadata

File hashes

Hashes for airflow_config-1.12.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bd2a6fb5a2a57405d291f4b07859503c6bfbcf2a003189eaa4d4abe5ca4eac5d
MD5 c87271aea6f2c0a43b9bb26cefa98569
BLAKE2b-256 b6d46f7a8665f8ead87aba9f7ebf0183f68e5b7333ee407e43e1944096953e59

See more details on using hashes here.

Supported by

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