bugraoz93 commented on code in PR #66318:
URL: https://github.com/apache/airflow/pull/66318#discussion_r3351091569
##########
airflow-ctl/src/airflowctl/ctl/help_texts.yaml:
##########
@@ -70,6 +70,15 @@ dagrun:
get: "Retrieve a Dag run by Dag ID and run ID"
list: "List Dag runs, optionally filtered by state and date range"
+tasks:
+ list: "List tasks for a Dag"
Review Comment:
```suggestion
list: "List tasks for a Dag"
get: "Retrieve a task instance by Dag ID, run ID, and task ID"
get-dependencies: "List failed dependencies for a task instance"
clear: "Clear task instances for a Dag run"
```
##########
airflow-ctl/src/airflowctl/ctl/help_texts.yaml:
##########
@@ -70,6 +70,15 @@ dagrun:
get: "Retrieve a Dag run by Dag ID and run ID"
list: "List Dag runs, optionally filtered by state and date range"
+tasks:
+ list: "List tasks for a Dag"
+
+taskinstances:
+ list: "List task instances for a Dag run"
+ get: "Retrieve a task instance by Dag ID, run ID, and task ID"
+ get-dependencies: "List failed dependencies for a task instance"
+ clear: "Clear task instances for a Dag run"
Review Comment:
```suggestion
```
--
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]