incubator-airflow/airflow/example_dags
Rakhi Kumari 883cd4d8e4
Make function purpose clearer in example_kubernetes_executor example dag (#13216)
2020-12-21 11:43:13 +00:00
..
libs Enable 'Public function Missing Docstrings' PyDocStyle Check (#9463) 2020-06-21 15:44:27 +01:00
subdags Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
__init__.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
example_bash_operator.py Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
example_branch_operator.py Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
example_branch_python_dop_operator_3.py Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
example_complex.py Improve example DAGs data by diversifying "tags" value (#11665) 2020-10-20 13:46:32 +01:00
example_dag_decorator.py Remove providers imports from core examples (#12252) 2020-11-10 22:49:08 +01:00
example_external_task_marker_dag.py Rename remaining Sensors to match AIP-21 (#12927) 2020-12-09 00:09:08 +00:00
example_kubernetes_executor.py Make function purpose clearer in example_kubernetes_executor example dag (#13216) 2020-12-21 11:43:13 +00:00
example_kubernetes_executor_config.py Make kubernetes requirement optional for Example DAGs (#12494) 2020-11-19 22:19:33 +00:00
example_latest_only.py Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
example_latest_only_with_trigger.py Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
example_nested_branch_dag.py Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
example_passing_params_via_test_command.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
example_python_operator.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
example_short_circuit_operator.py Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
example_skip_dag.py Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
example_subdag_operator.py Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
example_task_group.py Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
example_trigger_controller_dag.py Rename airflow.operators.dagrun_operator to airflow.operators.trigger_dagrun (#12933) 2020-12-09 14:00:51 +00:00
example_trigger_target_dag.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
example_xcom.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
example_xcomargs.py Introduce TaskMixin (#10930) 2020-09-16 13:56:36 +02: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 Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
tutorial_etl_dag.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
tutorial_taskflow_api_etl.py Enhanced TaskFlow API tutorial to use @dag decorator (#12937) 2020-12-09 09:40:45 +00:00