Hello folks, Happy Weekend!
The SQLAlchemy Query object is deprecated in SQLAlchemy2.0 and I need community help to remove deprecated query object and update to SQLAlchemy2.0 style throughout the entire Airflow codebase Detailed issue: https://github.com/apache/airflow/issues/59402 I have removed the deprecated Query object from airflow-core/src/airflow/models and fab providers and the merged PRs can be used as good references - https://github.com/apache/airflow/pull/52325 - https://github.com/apache/airflow/pull/53953 Any help would be appreciated! Thanks & Regards, Pratiksha Badheka
