From 04a6c1d4eb1f75a0f33b2c6f9bfff499cfb30b03 Mon Sep 17 00:00:00 2001 From: rjgoyln Date: Fri, 31 Jul 2026 01:21:23 +0800 Subject: [PATCH] Remove duplicate code --- airflow-ctl/src/airflowctl/ctl/cli_config.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/airflow-ctl/src/airflowctl/ctl/cli_config.py b/airflow-ctl/src/airflowctl/ctl/cli_config.py index 7ba8d933926b4..c3057099dd875 100755 --- a/airflow-ctl/src/airflowctl/ctl/cli_config.py +++ b/airflow-ctl/src/airflowctl/ctl/cli_config.py @@ -281,17 +281,6 @@ def _load_help_texts_yaml() -> dict[str, dict[str, str]]: type=str, help="The Dag ID", ) -ARG_RUN_ID = Arg( - flags=("run_id",), - type=str, - nargs="?", - help="The run ID of the Dag run (pass this or --logical-date, not both)", -) -ARG_LOGICAL_DATE = Arg( - flags=("--logical-date",), - type=str, - help="The logical date of the Dag run with a timezone offset (pass this or run_id, not both)", -) ARG_DAG_RUN_ID = Arg( flags=("--run-id",), type=str,