ashb commented on a change in pull request #8219: Add migration waiting script 
and log cleaner
URL: https://github.com/apache/airflow/pull/8219#discussion_r408671901
 
 

 ##########
 File path: airflow/utils/db.py
 ##########
 @@ -33,9 +36,7 @@
 # noinspection PyUnresolvedReferences
 from airflow.models.serialized_dag import SerializedDagModel  # noqa: F401  # 
pylint: disable=unused-import
 # TODO: remove create_session once we decide to break backward compatibility
-from airflow.utils.session import (  # noqa: F401 # pylint: 
disable=unused-import
-    create_session, provide_session,
 
 Review comment:
   This is here because it is part of the API consumed by our users. It needs 
to stay. (that's why it has the noqa)

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


With regards,
Apache Git Services

Reply via email to