Skip to content

Commit

Permalink
Description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sarit-si committed Apr 27, 2021
1 parent f4dc735 commit 832c79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source-code/dags/hello-world.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 832c79e

Please sign in to comment.