You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/22 04:25:12 UTC

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

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_unique_task_id`, which calls `task_group.child_id`. The root cause will be deeper than this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org