simple test DAG

This commit is contained in:
Giambattista Bloisi 2024-03-06 23:43:31 +01:00
parent 2c81ded53c
commit bc50df0413
1 changed files with 1 additions and 1 deletions

View File

@ -80,6 +80,6 @@ with DAG(
start_date=datetime(2021, 1, 1),
catchup=False,
) as dag:
bulk_load_data = bulk_load("")
bulk_load_data = bulk_load()
chain(bulk_load_data)