potiuk commented on issue #5910: [WIP][AIRFLOW-5307] Move BaseOperator to airflow.operators.base_operator URL: https://github.com/apache/airflow/pull/5910#issuecomment-593592953 Hey @BasPH -> I think it's a good idea but you have to be aware that we are moving a lot of stuff out of models/__init__.py in #7596 and also lazy-loading it in models/__init__.py, so possibly it's better to rebase after that one is merged. We need to make sure backwards compatibility so we need too keep the old from models import BaseOperator and with lazy loading / PEP-562 we can get this working.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services