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
d5205763
Commit
d5205763
authored
Jun 09, 2022
by
김진영
Browse files
Update db-backup.py
parent
ebbc37a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
db-backup.py
View file @
d5205763
...
@@ -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
=
"mkdir test; pwd"
bash_command
=
"
cd /opt/airflow/;
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