uranusjr commented on code in PR #66463: URL: https://github.com/apache/airflow/pull/66463#discussion_r3217080518
########## airflow-core/src/airflow/jobs/scheduler_job_runner.py: ########## @@ -33,7 +33,22 @@ from itertools import groupby from typing import TYPE_CHECKING, Any, cast -from sqlalchemy import CTE, and_, case, delete, exists, func, inspect, or_, select, text, tuple_, update +from sqlalchemy import ( + CTE, + and_, + case, + delete, + delete as _delete, Review Comment: Why do these need to be aliases? (Also e.g. `_AssetActive`) -- 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]
