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
김진영
airflow-test
Commits
35fc014b
Commit
35fc014b
authored
May 13, 2022
by
김진영
Browse files
Update batch_test.py
parent
8b5e2cea
Changes
1
Hide whitespace changes
Inline
Side-by-side
batch_test.py
View file @
35fc014b
...
...
@@ -19,6 +19,7 @@ with DAG(
schedule_interval
=
'*/10 * * * *'
,
start_date
=
datetime
(
2022
,
5
,
13
,
tzinfo
=
local_tz
),
tags
=
[
'test'
],
catchup
=
False
,
)
as
dag
:
# post_gasan_tasks = []
...
...
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