RNHTTR commented on code in PR #36797:
URL: https://github.com/apache/airflow/pull/36797#discussion_r1452820653
##########
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 believe this got "added" because I just haven't rebased yet. I opened a
draft PR for discussion & to get my changes saved remotely just in case
--
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]