Welcome to airflow-declarative’s documentation!

Documentation:https://airflow-declarative.readthedocs.io/
Source Code:https://github.com/rambler-digital-solutions/airflow-declarative
Issue Tracker:https://github.com/rambler-digital-solutions/airflow-declarative/issues
PyPI:https://pypi.org/project/airflow-declarative/

Airflow Declarative allows to define Airflow DAGs declaratively with YAML.

An example of a simple declarative DAG:

dags:
  my_dag:
    args:
      start_date: 2019-07-01
    operators:
      my_operator:
        class: airflow.operators.dummy_operator:DummyOperator

Indices and tables