01kkdtkqw5y88gsfyxna56cesg.py committed by groupuser
This commit is contained in:
parent
95eacdf38f
commit
cd44bfee62
@ -103,12 +103,12 @@ def dag_template():
|
|||||||
output_path="raw_data",
|
output_path="raw_data",
|
||||||
)
|
)
|
||||||
|
|
||||||
t2 = PythonOperator(
|
t2 = PythonOperator(
|
||||||
task_id="copy_dataset",
|
task_id="copy_dataset",
|
||||||
python_callable=_copy_dataset_only,
|
python_callable=_copy_dataset_only,
|
||||||
)
|
)
|
||||||
|
|
||||||
t1 >> t2
|
t1 >> t2
|
||||||
# USER_EDIT_TASK_END
|
# USER_EDIT_TASK_END
|
||||||
|
|
||||||
return dag
|
return dag
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user