incubator-airflow/airflow/example_dags
Jarek Potiuk 44d4ae809c
Upgrade to latest pre-commit checks (#9686)
2020-07-06 11:37:22 +02:00
..
libs Enable 'Public function Missing Docstrings' PyDocStyle Check (#9463) 2020-06-21 15:44:27 +01:00
subdags [AIRFLOW-7066] Use sphinx syntax in concepts.rst (#7729) 2020-03-15 13:08:32 +01:00
__init__.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
example_bash_operator.py [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched (#7517) 2020-02-24 14:55:52 +00:00
example_branch_operator.py [AIRFLOW-4453] Make behavior of `none_failed` consistent with documentation (#7464) 2020-03-26 21:17:51 +00:00
example_branch_python_dop_operator_3.py [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched (#7517) 2020-02-24 14:55:52 +00:00
example_complex.py Check for same task instead of Equality to detect Duplicate Tasks (#8828) 2020-05-16 11:21:12 +01:00
example_external_task_marker_dag.py [AIRFLOW-4568]The ExternalTaskSensor should be configurable to raise an Airflow Exception in case the poked external task reaches a disallowed state, such as f.i. failed (#8509) 2020-05-07 15:23:28 +02:00
example_kubernetes_executor.py [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched (#7517) 2020-02-24 14:55:52 +00:00
example_kubernetes_executor_config.py [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched (#7517) 2020-02-24 14:55:52 +00:00
example_latest_only.py [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched (#7517) 2020-02-24 14:55:52 +00:00
example_latest_only_with_trigger.py [AIRFLOW-7066] Use sphinx syntax in concepts.rst (#7729) 2020-03-15 13:08:32 +01:00
example_nested_branch_dag.py [AIRFLOW-4453] Make behavior of `none_failed` consistent with documentation (#7464) 2020-03-26 21:17:51 +00:00
example_passing_params_via_test_command.py [AIRFLOW-7000] Allow passing in env var JSON dict in task_test (#7639) 2020-03-18 23:38:49 +00:00
example_python_operator.py Upgrade to latest pre-commit checks (#9686) 2020-07-06 11:37:22 +02:00
example_short_circuit_operator.py [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched (#7517) 2020-02-24 14:55:52 +00:00
example_skip_dag.py [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched (#7517) 2020-02-24 14:55:52 +00:00
example_subdag_operator.py [AIRFLOW-7066] Use sphinx syntax in concepts.rst (#7729) 2020-03-15 13:08:32 +01:00
example_trigger_controller_dag.py [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched (#7517) 2020-02-24 14:55:52 +00:00
example_trigger_target_dag.py Add note about using dag_run.conf in BashOperator (#9143) 2020-06-08 09:33:17 +01:00
example_xcom.py [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched (#7517) 2020-02-24 14:55:52 +00:00
example_xcomargs.py Resolve upstream tasks when template field is XComArg (#8805) 2020-06-15 12:29:16 +02:00
input_notebook.ipynb [AIRFLOW-5912] Expose lineage API (#7138) 2020-01-20 17:16:33 +01:00
test_utils.py [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched (#7517) 2020-02-24 14:55:52 +00:00
tutorial.py Improve tutorial - Include all imports statements (#8670) 2020-05-03 18:25:39 +02:00