Elyra/Apache Airflow/pythonpackages versions #3176
vivkvv
started this conversation in
Pipeline Editor/ Local execution
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which version of Apache Airflow do you use with Elyra 3.5? Which libraries do you use as well?
I tried Apache Airflow 2.6.3 but DAG have contains the lines
from airflow.contrib.operators.kubernetes_pod_operator import KubernetesPodOperator
from airflow.contrib.kubernetes.volume_mount import VolumeMount
from airflow.contrib.kubernetes.volume import Volume
from airflow.kubernetes.secret import Secret
from airflow import DAG
and I see the errors like
ModuleNotFoundError: No module named 'airflow.contrib.kubernetes'
Beta Was this translation helpful? Give feedback.
All reactions