diff --git a/source-code/dags/hello-world.py b/source-code/dags/hello-world.py index bd110c2..018dd78 100644 --- a/source-code/dags/hello-world.py +++ b/source-code/dags/hello-world.py @@ -20,7 +20,7 @@ default_args=args, schedule_interval=None, catchup=False, - description=f"Hello World!!!", + description=f"Run multiple tasks in parallel for load testing", ) as dag: start = DummyOperator(