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
7452e7a2
Commit
7452e7a2
authored
May 13, 2022
by
김진영
Browse files
Update batch_test.py
parent
1418772f
Changes
1
Hide whitespace changes
Inline
Side-by-side
batch_test.py
View file @
7452e7a2
...
@@ -10,11 +10,7 @@ with DAG(
...
@@ -10,11 +10,7 @@ with DAG(
'batch_test'
,
'batch_test'
,
default_args
=
{
default_args
=
{
'depends_on_past'
:
False
,
'depends_on_past'
:
False
,
'email'
:
[
'kim-jy@lotte.net'
],
'email'
:
'kim-jy@lotte.net'
,
'email_on_failure'
:
False
,
'email_on_retry'
:
False
,
'retries'
:
1
,
'retry_delay'
:
timedelta
(
minutes
=
5
),
},
},
description
=
'Test Batch Job'
,
description
=
'Test Batch Job'
,
schedule_interval
=
'*/1 * * * *'
,
schedule_interval
=
'*/1 * * * *'
,
...
...
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