simple test DAG
This commit is contained in:
parent
2c81ded53c
commit
bc50df0413
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue