Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
one_jh
airflow-test-jh
Commits
a5e7c082
Commit
a5e7c082
authored
May 11, 2022
by
one_jh
Browse files
Update k8soper_1.py
parent
60ce35e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
k8soper_1.py
View file @
a5e7c082
...
@@ -46,7 +46,7 @@ pod_resources.limit_memory = '400m'
...
@@ -46,7 +46,7 @@ pod_resources.limit_memory = '400m'
configmaps
=
[
configmaps
=
[
k8s
.
V1EnvFromSource
(
config_map_ref
=
k8s
.
V1ConfigMapEnvSource
(
name
=
'
secret
'
)),
k8s
.
V1EnvFromSource
(
config_map_ref
=
k8s
.
V1ConfigMapEnvSource
(
name
=
'
airflow-airflow-config
'
)),
]
]
start
=
DummyOperator
(
task_id
=
'start'
,
dag
=
dag
)
start
=
DummyOperator
(
task_id
=
'start'
,
dag
=
dag
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment