Fix example

This commit is contained in:
Lorenzo Caggioni 2022-01-19 12:01:33 +01:00
parent c8a4836c75
commit a9212fb3b5
1 changed files with 0 additions and 1 deletions

View File

@ -153,4 +153,3 @@ with models.DAG(
)
start >> [customers_import, purchases_import] >> join_customer_purchase >> end
#start >> join_customer_purchase >> end