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/04/27 17:16:08 UTC

[GitHub] [airflow] ashb commented on issue #23285: Cycle incorrectly detected in DAGs when using Labels within Task Groups

ashb commented on issue #23285:
URL: https://github.com/apache/airflow/issues/23285#issuecomment-1111264110

   Curious.
   
   ```
   (Pdb++) p current_task.get_direct_relative_ids()
   {'group.end'}
   (Pdb++) p current_task
   <Task(_PythonDecoratedOperator): group.end>
   ```
   
   group.end thinks it's downstream task is .... itself!


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