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

Update tutorial2.py

parent 30eeb873
...@@ -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', 'tutorial2',
# 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={
......
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