This commit is contained in:
statwonk 2015-06-13 22:14:16 +00:00
Родитель 62ad66ebb1
Коммит 0ab9a8e9e8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,7 @@ complicated, a line by line explanation follows below.
dag = DAG('tutorial', default_args=default_args)
# t1, t2 and t3 are examples of a constructor
t1 = BashOperator(
task_id='print_date',
bash_command='date',