moiseenkov commented on issue #28723:
URL: https://github.com/apache/airflow/issues/28723#issuecomment-2058451579

   Excluding providers (FAB and openlineage) I managed to catch two warnings in 
the core:
   ```
   airflow/www/views.py:845: [W0513(warning), ] The "columns" argument to 
Select.with_only_columns(), when referring to a sequence of items, is now 
passed as a series of positional elements, rather than as a list.  (Background 
on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
   airflow/models/taskinstance.py:1870: [W0513(warning), ] Using strings to 
indicate column or relationship paths in loader options is deprecated and will 
be removed in SQLAlchemy 2.0.  Please use the class-bound attribute directly. 
(Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
   ```


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