[GitHub] [airflow] uranusjr commented on issue #25165: Dynamic Tasks inside of TaskGroup do not have group_id prepended to task_id

2022-08-01 Thread GitBox
uranusjr commented on issue #25165: URL: https://github.com/apache/airflow/issues/25165#issuecomment-1202029181 MappedOperator does not call the function on its own, but receives the converted `task_id` from either when the BaseOperator calls `partial` or `expand`. Search for `child_id` and

[GitHub] [airflow] uranusjr commented on issue #25165: Dynamic Tasks inside of TaskGroup do not have group_id prepended to task_id

2022-07-21 Thread GitBox
uranusjr commented on issue #25165: URL: https://github.com/apache/airflow/issues/25165#issuecomment-1192167588 > I think the "root" fix is to prepend the group_id to MappedOperator.task_id, like what BaseOperator does This logic already exists; a `@task`-decorated task calls `get_un