Open Orpheuz opened 3 days ago
Could you please set apache-airflow-providers-cncf-kubernetes<10.0.0 as a dependency in your project? kubernetes_pod has been removed in apache-airflow-providers-cncf-kubernetes version 10.0.0 see changelog https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/changelog.html#id1
Yes, I added that as a workaround
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?