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
de283d02
Commit
de283d02
authored
May 11, 2022
by
김진영
Browse files
Update tutorial2.py
parent
30eeb873
Changes
1
Hide whitespace changes
Inline
Side-by-side
tutorial2.py
View file @
de283d02
...
@@ -7,7 +7,7 @@ from airflow import DAG
...
@@ -7,7 +7,7 @@ from airflow import DAG
# Operators; we need this to operate!
# Operators; we need this to operate!
from
airflow.operators.bash
import
BashOperator
from
airflow.operators.bash
import
BashOperator
with
DAG
(
with
DAG
(
'tutorial'
,
'tutorial
2
'
,
# These args will get passed on to each operator
# These args will get passed on to each operator
# You can override them on a per-task basis during operator initialization
# You can override them on a per-task basis during operator initialization
default_args
=
{
default_args
=
{
...
...
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