Skip to content

Commit 6ff7701

Browse files
committed
remove duplicate description
1 parent 6d9abe5 commit 6ff7701

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

orchestrate/dags/other_examples/airflow_db_cleanup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def get_default_clean_before_date() -> str:
6666
),
6767
# Manual trigger only - no schedule
6868
schedule=None,
69-
description="Clean up Airflow metadata database to improve performance",
70-
tags=["maintenance", "cleanup", "database"],
7169
render_template_as_native_obj=True,
7270
params={
7371
"clean_before_timestamp": Param(
@@ -87,7 +85,6 @@ def get_default_clean_before_date() -> str:
8785
description="Preview SQL commands without executing (recommended for first run)",
8886
),
8987
},
90-
9188
description="Clean up Airflow metadata database to improve performance",
9289
tags=["maintenance"],
9390
)

0 commit comments

Comments
 (0)