Commit de283d02 authored by 김진영's avatar 김진영
Browse files

Update tutorial2.py

parent 30eeb873
......@@ -7,7 +7,7 @@ from airflow import DAG
# Operators; we need this to operate!
from airflow.operators.bash import BashOperator
with DAG(
'tutorial',
'tutorial2',
# These args will get passed on to each operator
# You can override them on a per-task basis during operator initialization
default_args={
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment