Bisk1 commented on code in PR #36797:
URL: https://github.com/apache/airflow/pull/36797#discussion_r1452752642


##########
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:
   Airflow is dropping support for mssql, might not be worth to add anything 
msssql-related  https://github.com/apache/airflow/pull/34375



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