cmarteepants commented on issue #30974:
URL: https://github.com/apache/airflow/issues/30974#issuecomment-1927291755

   Gotcha, makes sense. 
   
   Paraphrasing:
   
   DAG `C`: DAG that contains Task that outputs to dataset `C`
   
   The crux of the problem is that DAG `C` cannot leverage dataset events from 
dataset `B` without setting dataset `B` as a scheduling dependency to DAG `C`. 
This is due to the strict coupling between data dependencies and scheduling 
dependencies. 


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