You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newly released version of apache-airflow-providers-cncf-kubernetes includes the deprecation of airflow.providers.cncf.kubernetes.operators.kubernetes_pod which ultimately throws an exception in dagbuilder.py imports:
Relevant log output
Broken DAG: [/usr/local/airflow/dags/dag_generator.py] Traceback (most recent call last):
File "/usr/local/airflow/.local/lib/python3.11/site-packages/dagfactory/dagbuilder.py", line 66, in<module>
from airflow.providers.cncf.kubernetes.operators.kubernetes_pod import KubernetesPodOperator
ModuleNotFoundError: No module named 'airflow.providers.cncf.kubernetes.operators.kubernetes_pod'
How to reproduce
Run dag-factory (0.20.0) with the latest kubernetes Airflow provider
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
DAG Factory version
0.20.0
airflow version
2.8.1
Python version
3.11
Deployment
Docker-Compose
What happened?
The newly released version of apache-airflow-providers-cncf-kubernetes includes the deprecation of
airflow.providers.cncf.kubernetes.operators.kubernetes_pod
which ultimately throws an exception indagbuilder.py
imports:Relevant log output
How to reproduce
Run dag-factory (0.20.0) with the latest kubernetes Airflow provider
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: