nialish opened a new issue, #58142: URL: https://github.com/apache/airflow/issues/58142
### Apache Airflow version 3.1.2 ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? In this file https://github.com/apache/airflow/blob/providers-cncf-kubernetes/1.0.2/airflow/providers/cncf/kubernetes/example_dags/example_kubernetes.py at line no 27. The import is like: from airflow.providers.cncf.kubernetes.operators.kubernetes_pod import KubernetesPodOperator But this will not work anymore the import path is changed to: from airflow.providers.cncf.kubernetes.operators.pod import KubernetesPodOperator Please update this. Thank you ### What you think should happen instead? the import path should be changed to: from airflow.providers.cncf.kubernetes.operators.pod import KubernetesPodOperator ### How to reproduce just use the current import path after installing the package and it will give you the module not found error ### Operating System Linux ### Versions of Apache Airflow Providers 3.0.5 ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
