kaxil commented on code in PR #50827:
URL: https://github.com/apache/airflow/pull/50827#discussion_r2098238003


##########
airflow-core/src/airflow/cli/cli_config.py:
##########
@@ -177,11 +177,6 @@ def string_lower_type(val):
     type=str,
     default="[CWD]" if BUILD_DOCS else os.getcwd(),
 )
-ARG_DRY_RUN = Arg(
-    ("-n", "--dry-run"),
-    help="Perform a dry run for each task. Only renders Template Fields for 
each task, nothing else",
-    action="store_true",
-)

Review Comment:
   It was a useless command since we alerady have a separate command `airflow 
tasks render`



##########
airflow-core/src/airflow/cli/cli_config.py:
##########
@@ -177,11 +177,6 @@ def string_lower_type(val):
     type=str,
     default="[CWD]" if BUILD_DOCS else os.getcwd(),
 )
-ARG_DRY_RUN = Arg(
-    ("-n", "--dry-run"),
-    help="Perform a dry run for each task. Only renders Template Fields for 
each task, nothing else",
-    action="store_true",
-)

Review Comment:
   It was a useless command since we already have a separate command `airflow 
tasks render`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to