uranusjr commented on code in PR #57466:
URL: https://github.com/apache/airflow/pull/57466#discussion_r2471829684


##########
airflow-core/src/airflow/api_fastapi/common/db/dag_runs.py:
##########
@@ -23,11 +23,11 @@
 from airflow.models.dagrun import DagRun
 
 dagruns_select_with_state_count = (
-    select(
+    select(  # type: ignore[call-overload]

Review Comment:
   Why do we need to add this ignore (since we don’t use anything out of 
ordinary; everything is just standard). Is this a bug in SQLAlchemy’s type 
declarations? Can it be avoided?



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