Skip to content

Commit 182aa85

Browse files
sync DAGs from S3
1 parent c18d562 commit 182aa85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dags/test-airflow-ci/dags/test_py_on_k8s_dag.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
from airflow import DAG
44
from kubernetes.client import models as k8s
5-
from airflow.providers.standard.operators.python import PythonOperator
5+
from airflow.operators.python import PythonOperator
6+
67

78
def task1():
89
print("Hello world from dag file!!!")

0 commit comments

Comments
 (0)