ashb commented on a change in pull request #12384:
URL: https://github.com/apache/airflow/pull/12384#discussion_r524534519
##########
File path: dev/provider_packages/refactor_provider_packages.py
##########
@@ -142,6 +142,7 @@ def rename_deprecated_modules(self) -> None:
("airflow.operators.bash", "airflow.operators.bash_operator"),
("airflow.operators.python", "airflow.operators.python_operator"),
("airflow.utils.session", "airflow.utils.db"),
+ ("airflow.providers.cncf.kubernetes.backcompat",
"airflow.kubernetes"),
Review comment:
Oh - I just saw this -- that'll help us for backport, but won't help for
anyone trying to use it on 2.0.0 (i.e. upgrade then fix errors approach)
----------------------------------------------------------------
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]