test2
This commit is contained in:
parent
2afa829bab
commit
d5be0ef708
2
test.py
2
test.py
|
@ -36,7 +36,7 @@ with DAG(
|
||||||
schedule=timedelta(days=1),
|
schedule=timedelta(days=1),
|
||||||
start_date=datetime(2021, 1, 1),
|
start_date=datetime(2021, 1, 1),
|
||||||
catchup=False,
|
catchup=False,
|
||||||
tags=["test"],
|
tags=["test2"],
|
||||||
) as dag:
|
) as dag:
|
||||||
|
|
||||||
# t1, t2 and t3 are examples of tasks created by instantiating operators
|
# t1, t2 and t3 are examples of tasks created by instantiating operators
|
||||||
|
|
Loading…
Reference in a new issue