airflow.example_dags.example_task_group_decorator

Example DAG demonstrating the usage of the @taskgroup decorator.

Module Contents

Functions

task_start()

Empty Task which is First Task of Dag

task_1(value)

Empty Task1

task_2(value)

Empty Task2

task_3(value)

Empty Task3

task_end()

Empty Task which is Last Task of Dag

task_group_function(value)

TaskGroup for grouping related Tasks

Attributes

start_task

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_1(value)[source]

Empty Task1

airflow.example_dags.example_task_group_decorator.task_2(value)[source]

Empty Task2

airflow.example_dags.example_task_group_decorator.task_3(value)[source]

Empty Task3

airflow.example_dags.example_task_group_decorator.task_end()[source]

Empty Task which is Last Task of Dag

airflow.example_dags.example_task_group_decorator.task_group_function(value)[source]

TaskGroup for grouping related Tasks

airflow.example_dags.example_task_group_decorator.start_task[source]

Was this entry helpful?