potiuk commented on issue #56756:
URL: https://github.com/apache/airflow/issues/56756#issuecomment-3415240822

   The `AIRFLOW_CTX_DAG_ID` is only set during parsing, not during execution of 
callback. It is intended purely for optimisation of dynamic Dag parsing in 
worker. That's the design.
   
    I am not sure why you would need it also in the callback - can't you get it 
from the context passed to the callback? 
   
   converting to a discussion if more discussion is needed


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