Taragolis opened a new pull request, #29205:
URL: https://github.com/apache/airflow/pull/29205

   related: #28723
   
   Replace abstract `session.query(User).get(5)` by `session.get(User, 5)` 
([1.4/2.0 
compatible](https://docs.sqlalchemy.org/en/20/changelog/migration_20.html#migration-20-get-to-session)).
 First from the list:  [2.0 Migration - ORM 
Usage](https://docs.sqlalchemy.org/en/20/changelog/migration_20.html#migration-orm-usage)
   
   Note: most of the legacy usage found by regex: `query\(.*\.get\(` so there 
is possible that unchanged part still exists.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to