HaloKo4 opened a new issue #14232:
URL: https://github.com/apache/airflow/issues/14232


   
   **What happened**:
   
   The current upgrade-checker (1.2.0) doesn't have rule handle moving of 
classes / functions in the utils path.
   
   Example:
   from airflow.utils.db import create_session
   changed to:
   from airflow.utils.session import create_session
   
   
   **What you expected to happen**:
   provide notice on these changes.
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to