LICENSE
MANIFEST.in
README.rst
VERSION
setup.cfg
setup.py
patches/1.10.10.patch
patches/1.10.4.patch
patches/1.10.5.patch
patches/1.10.6.patch
patches/1.10.9.patch
patches/1.8.1.patch
src/airflow_declarative/__init__.py
src/airflow_declarative/builder.py
src/airflow_declarative/compat.py
src/airflow_declarative/operators.py
src/airflow_declarative/schema.py
src/airflow_declarative/trafaret.py
src/airflow_declarative/transformer.py
src/airflow_declarative.egg-info/PKG-INFO
src/airflow_declarative.egg-info/SOURCES.txt
src/airflow_declarative.egg-info/dependency_links.txt
src/airflow_declarative.egg-info/requires.txt
src/airflow_declarative.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_bad_dags.py
tests/test_callback_tasks.py
tests/test_example_bash_operator.py
tests/test_good_dags.py
tests/test_integer_callback_arg.py
tests/test_metadata.py
tests/test_template_with_complex_jinja.py
tests/test_template_with_defaults.py
tests/test_template_with_dicts.py
tests/test_template_with_from_stdout.py
tests/utils.py
tests/dags/airflow-errors/README.rst
tests/dags/airflow-errors/flow-cycle.yaml
tests/dags/good/README.rst
tests/dags/good/callback-tasks.yaml
tests/dags/good/check-callbacks.yaml
tests/dags/good/email.yaml
tests/dags/good/example_bash_operator.yaml
tests/dags/good/executor-config.yaml
tests/dags/good/integer_callback_arg.yaml
tests/dags/good/schedule-interval-cron-preset.yaml
tests/dags/good/schedule-interval-cron.yaml
tests/dags/good/schedule-interval-none.yaml
tests/dags/good/template-defaults.yaml
tests/dags/good/template-with-complex-jinja.yaml
tests/dags/good/template-with-dicts.yaml
tests/dags/good/template-with-from-stdout.yaml
tests/dags/good/template-with-using.yaml
tests/dags/good/version.yaml
tests/dags/logic-errors/README.rst
tests/dags/logic-errors/duplicate-tasks.yaml
tests/dags/logic-errors/missed-flow-downstream.yaml
tests/dags/logic-errors/missed-flow-task.yaml
tests/dags/schema-errors/README.rst
tests/dags/schema-errors/bad-class-module.yaml
tests/dags/schema-errors/bad-class.yaml
tests/dags/schema-errors/bad-default-args.yaml
tests/dags/schema-errors/bad-email.yaml
tests/dags/schema-errors/bad-interval.yaml
tests/dags/schema-errors/bad-start-date.yaml
tests/dags/schema-errors/bad-version.yaml
tests/dags/schema-errors/bad-with-items-both-using-and-from-stdout.yaml
tests/dags/schema-errors/callback-is-not-callable.yaml
tests/dags/schema-errors/callback-missed-param.yaml
tests/dags/schema-errors/callback-unknown-param.yaml
tests/dags/schema-errors/class-and-callback.yaml
tests/dags/schema-errors/class-imports-not-a-class.yaml
tests/dags/schema-errors/class-is-not-a-string.yaml
tests/dags/schema-errors/crontab-bad.yaml
tests/dags/schema-errors/non-existed-class.yaml