m1racoli commented on issue #37890:
URL: https://github.com/apache/airflow/issues/37890#issuecomment-1978935189
I can confirm #37486.
Although I had to manually require
`apache-airflow-providers-cncf-kubernetes>=8.0.0` for my DAG to parse. Before
that I had version 7.14.0 installed and getting
```
Broken DAG: [/usr/local/airflow/dags/test_gke.py] Traceback (most recent
call last):
File "/usr/local/airflow/dags/test_gke.py", line 3, in <module>
from airflow.providers.google.cloud.operators.kubernetes_engine import
GKEStartPodOperator, OnFinishAction
File
"/usr/local/lib/python3.11/site-packages/airflow/providers/google/cloud/operators/kubernetes_engine.py",
line 35, in <module>
from airflow.providers.cncf.kubernetes.operators.job import
KubernetesJobOperator
ModuleNotFoundError: No module named
'airflow.providers.cncf.kubernetes.operators.job'
```
I assume this is because of #36847. Are we missing a requirement for
`apache-airflow-providers-cncf-kubernetes>=8.0.0` in the google provider's
dependencies?
--
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]