Bishesh-Shahi commented on code in PR #66926: URL: https://github.com/apache/airflow/pull/66926#discussion_r3436869696
########## airflow-ctl/src/airflowctl/ctl/help_texts.yaml: ########## @@ -70,6 +70,9 @@ dagrun: get: "Retrieve a Dag run by Dag ID and run ID" list: "List Dag runs, optionally filtered by state and date range" +tasks: + clear: "Clear task instances for a DAG" Review Comment: Thanks for catching that! I have updated the spelling to 'Dag' in both operations.py and help_texts.yaml. I also ran the regeneration script to update the command hashes and SVG images accordingly, and pushed the updates. -- 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]
