airflow.example_dags.example_task_group_decorator
¶
Example DAG demonstrating the usage of the @taskgroup decorator.
Module Contents¶
Functions¶
Empty Task which is First Task of Dag |
|
|
Empty Task1 |
|
Empty Task2 |
|
Empty Task3 |
|
Empty Task which is Last Task of Dag |
|
TaskGroup for grouping related Tasks |
Attributes¶
- airflow.example_dags.example_task_group_decorator.task_start()[source]¶
Empty Task which is First Task of Dag
- airflow.example_dags.example_task_group_decorator.task_end()[source]¶
Empty Task which is Last Task of Dag