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
ebbc37a8
Commit
ebbc37a8
authored
Jun 09, 2022
by
김진영
Browse files
Update db-backup.py
parent
55bf9393
Changes
1
Hide whitespace changes
Inline
Side-by-side
db-backup.py
View file @
ebbc37a8
...
@@ -32,7 +32,7 @@ with DAG(
...
@@ -32,7 +32,7 @@ with DAG(
# )
# )
mkdir_date
=
BashOperator
(
mkdir_date
=
BashOperator
(
task_id
=
'mkdir_date'
,
task_id
=
'mkdir_date'
,
bash_command
=
"pwd"
bash_command
=
"
mkdir test;
pwd"
)
)
# # (Task2) 헬스체크
# # (Task2) 헬스체크
...
...
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