Skip to content

Commit d4fdc08

Browse files
sync DAGs from S3
1 parent 82b5b81 commit d4fdc08

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ def task1():
1616
task1 = PythonOperator(
1717
task_id="task1",
1818
python_callable=task1,
19-
# executor_config={
20-
# "pod_override": k8s.V1Pod(
21-
# spec=k8s.V1PodSpec(
22-
# containers=[
23-
# k8s.V1Container(
24-
# name="base",
25-
# image="syogesh9/airflow-dags-test:v6"
26-
# )
27-
# ]
28-
# )
29-
# )
30-
# },
19+
executor_config={
20+
"pod_override": k8s.V1Pod(
21+
spec=k8s.V1PodSpec(
22+
containers=[
23+
k8s.V1Container(
24+
name="base",
25+
image="syogesh9/hello-world:0"
26+
)
27+
]
28+
)
29+
)
30+
},
3131
)
3232

3333
task1

0 commit comments

Comments
 (0)