We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b5b81 commit d4fdc08Copy full SHA for d4fdc08
dags/test-airflow-ci/dags/test_py_on_k8s_dag.py
@@ -16,18 +16,18 @@ def task1():
16
task1 = PythonOperator(
17
task_id="task1",
18
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
- # },
+ executor_config={
+ "pod_override": k8s.V1Pod(
+ spec=k8s.V1PodSpec(
+ containers=[
+ k8s.V1Container(
+ name="base",
+ image="syogesh9/hello-world:0"
+ )
+ ]
+ },
31
)
32
33
task1
0 commit comments