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/02/17 10:52:51 UTC

[GitHub] [airflow] sjacquot commented on issue #12309: TaskGroup does not support dynamically generated tasks

sjacquot commented on issue #12309:
URL: https://github.com/apache/airflow/issues/12309#issuecomment-1042819189


   I'm still having the problem on Airflow 2.1.2
   
   _Broken DAG: [/usr/local/airflow/dags/dags/auto/bronze/xywyxw_full_bronze_dag.py] Traceback (most recent call last):
     File "/home/airflow/.local/lib/python3.8/site-packages/airflow/models/baseoperator.py", line 524, in __init__
       task_group.add(self)
     File "/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/task_group.py", line 158, in add
       raise DuplicateTaskIdFound(f"Task id '{key}' has already been added to the DAG")
   airflow.exceptions.DuplicateTaskIdFound: Task id 'xywyxw_wwww_full_bronze-20220217-104624' has already been added to the DAG_
   
   Can you please reopen this issue to track the problem to a new solution ?


-- 
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