This commit is contained in:
job 2024-05-30 12:57:18 +02:00
parent 9b28c82393
commit 2afa829bab

View file

@ -36,7 +36,7 @@ with DAG(
schedule=timedelta(days=1),
start_date=datetime(2021, 1, 1),
catchup=False,
tags=["example"],
tags=["test"],
) as dag:
# t1, t2 and t3 are examples of tasks created by instantiating operators