From 2afa829bab5ef1b5247b7c81493e129345a05c19 Mon Sep 17 00:00:00 2001 From: job Date: Thu, 30 May 2024 12:57:18 +0200 Subject: [PATCH] test --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 7cb53ca..acd3515 100644 --- a/test.py +++ b/test.py @@ -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