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/09/09 16:06:29 UTC

[GitHub] [airflow] jedcunningham opened a new pull request, #26276: Flush dataset events before queuing dagruns

jedcunningham opened a new pull request, #26276:
URL: https://github.com/apache/airflow/pull/26276

   When we go to schedule dagruns from the dataset dagrun queue, we assume the events will happen before the queue records, which isn't the case unless we explicitly flush them first. This ensures that dagruns are properly related to their upstream dataset events.


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


[GitHub] [airflow] jedcunningham merged pull request #26276: Flush dataset events before queuing dagruns

Posted by GitBox <gi...@apache.org>.
jedcunningham merged PR #26276:
URL: https://github.com/apache/airflow/pull/26276


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