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
7cceec8b
Commit
7cceec8b
authored
Jun 09, 2022
by
one_jh
Browse files
Update passfail.py
parent
3bd72686
Changes
1
Hide whitespace changes
Inline
Side-by-side
passfail.py
View file @
7cceec8b
...
...
@@ -17,7 +17,7 @@ default_args = {
}
dag
=
DAG
(
'kubernetes_sample'
,
default_args
=
default_args
,
schedule_interval
=
timedelta
(
minutes
=
1
0
))
'kubernetes_sample'
,
default_args
=
default_args
,
schedule_interval
=
timedelta
(
minutes
=
1
))
start
=
DummyOperator
(
task_id
=
'run_this_first'
,
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