uranusjr commented on code in PR #36797:
URL: https://github.com/apache/airflow/pull/36797#discussion_r1462804569
##########
airflow/models/dagrun.py:
##########
@@ -166,6 +164,7 @@ class DagRun(Base, LoggingMixin):
"state",
"dag_id",
postgresql_where=text("state='running'"),
+ mssql_where=text("state='running'"),
Review Comment:
I did a rebase to get rid of the stale changes. @RNHTTR you’ll need to do a
[force pull](https://stackoverflow.com/a/9589927/1376863) to fix the branch.
--
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]