incubator-airflow/airflow/example_dags
Kaxil Naik 502e883bbd
Make kubernetes requirement optional for Example DAGs (#12494)
2020-11-19 22:19:33 +00:00
..
libs Enable 'Public function Missing Docstrings' PyDocStyle Check (#9463) 2020-06-21 15:44:27 +01:00
subdags Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +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 Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
example_branch_operator.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
example_branch_python_dop_operator_3.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +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 Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
example_kubernetes_executor.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +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 Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
example_latest_only_with_trigger.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
example_nested_branch_dag.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +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 Stop using start_date in default_args in example_dags (2) (#9985) 2020-07-25 19:57:32 +01:00
example_skip_dag.py Use PyUpgrade to use Python 3.6 features (#11447) 2020-11-03 21:53:59 +00:00
example_subdag_operator.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
example_task_group.py Add missing "example" tag on example DAG (#11253) 2020-10-03 11:39:40 +01:00
example_trigger_controller_dag.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +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 Changed tutorial file to reflect name change to TaskFlow API (#12099) 2020-11-05 09:35:37 +00:00