Skip to content

Subdags and Taskgroups Intefaces #24491

Answered by Pocoder
Pocoder asked this question in Ideas
Discussion options

You must be logged in to vote

For TaskGroups it can be done:

from airflow.decorators import task_group


@task_group
def simple_task_group(val):
    task_res = simple_task(val)
    return task_res

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Pocoder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
1 participant