jedcunningham commented on a change in pull request #21413:
URL: https://github.com/apache/airflow/pull/21413#discussion_r808339492



##########
File path: airflow/models/dagrun.py
##########
@@ -609,6 +609,7 @@ def update_state(
                 self.data_interval_end,
                 self.dag_hash,
             )
+            session.flush()

Review comment:
       Overall lgtm, should this be down with the `merge` though so it happens 
regardless of the ultimate state?




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