justinpakzad commented on code in PR #69320:
URL: https://github.com/apache/airflow/pull/69320#discussion_r3521273754


##########
airflow-ctl/src/airflowctl/ctl/help_texts.yaml:
##########
@@ -85,6 +85,9 @@ pools:
 providers:
   list: "List all installed Airflow providers"
 
+tasks:
+  clear: "Clear task instances of a Dag; dry run by default, pass --no-dry-run 
to actually clear"

Review Comment:
   Nit: should we trim this to just be something like "Clear task instances of 
a Dag by its ID"? Similar to all the other ones. When you do `airflowctl tasks 
clear --help` the options are already displayed with their default values:
   
   <img width="707" height="246" alt="Image" 
src="https://github.com/user-attachments/assets/7c025e76-347b-48e5-a11c-6685b984736d";
 />



-- 
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