Michael-cd30 commented on issue #51563:
URL: https://github.com/apache/airflow/issues/51563#issuecomment-2960065613

   The need is to know whether DAGs with specific tags are running or not.
   
   We use this information to synchronize the DAGs.
   
   For example, each "transform" DAG will wait for the "extract_load" DAGs to 
finish.
   
   Therfore, I don't think the task_context will help.
   
   I think that if this isn't a bug, the documentation should at least be 
updated.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to