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
3a579c34
Commit
3a579c34
authored
May 23, 2022
by
김진영
Browse files
Update bc-gasan.py
parent
3a63ebcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
bc-gasan.py
View file @
3a579c34
...
@@ -16,8 +16,8 @@ with DAG(
...
@@ -16,8 +16,8 @@ with DAG(
default_args
=
{
default_args
=
{
'depends_on_past'
:
False
,
'depends_on_past'
:
False
,
'email'
:
'kim-jy@lotte.net'
,
'email'
:
'kim-jy@lotte.net'
,
#
'on_failure_callback': fail_alert
'on_failure_callback'
:
fail_alert
'on_success_callback'
:
fail_alert
#
'on_success_callback': fail_alert
},
},
description
=
'dag for gasan batch jobs'
,
description
=
'dag for gasan batch jobs'
,
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