This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e9dadbced43 Remove duplicate code (#70785)
e9dadbced43 is described below
commit e9dadbced43dcee61d54ffd7089b262699b61c87
Author: rjgoyln <[email protected]>
AuthorDate: Fri Jul 31 03:34:57 2026 +0800
Remove duplicate code (#70785)
Co-authored-by: Henry Chen <[email protected]>
---
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 7ba8d933926..c3057099dd8 100755
--- a/airflow-ctl/src/airflowctl/ctl/cli_config.py
+++ b/airflow-ctl/src/airflowctl/ctl/cli_config.py
@@ -281,17 +281,6 @@ ARG_DAG_ID = Arg(
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,