mik-laj opened a new issue #11178: URL: https://github.com/apache/airflow/issues/11178
Hello, Core operators have not moved to new [AIP-21](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-21%3A+Changes+in+import+paths) compliant modules. In most cases this means that the `_sensor` or `_operator` suffixes need to be deleted from the module name and in place of the old module a class deprecation warning should be added. After making a change to the `master` branch, the same change should be made in release 1.10. This will allow us to have an [upgrade vision for Airflow 2.0](https://github.com/apache/airflow/issues/10152) i.e. in the latest 1.10 release, users are updating to the new import paths supported by backport providers. More discussion: https://github.com/apache/airflow/pull/10013 ---------------------------------------------------------------- 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]
