ephraimbuddy commented on code in PR #40988:
URL: https://github.com/apache/airflow/pull/40988#discussion_r1691023428


##########
airflow/www/static/js/types/api-generated.ts:
##########
@@ -4347,6 +4397,69 @@ export interface operations {
       404: components["responses"]["NotFound"];
     };
   };
+  /** This endpoint allows specifying `~` as the dag_id, dag_run_id to 
retrieve DAG runs for all DAGs and DAG runs. */
+  get_task_instances_history: {
+    parameters: {
+      path: {
+        /** The DAG ID. */
+        dag_id: components["parameters"]["DAGID"];
+        /** The DAG run ID. */
+        dag_run_id: components["parameters"]["DAGRunID"];

Review Comment:
   If that's what you want, then the previous endpoint would do. See: 
https://github.com/apache/airflow/pull/40441/files#diff-d4d4076dfd54f6dd28663f4677a8a5037cfddf9366784d4e7a46a39e08c4ec48R4290-R4299.
   
   This endpoint gets all the task instance history in a dag_run, all the TI 
history in a dag or all the TI history in airflow. 
   
   Let me know if the previous one is what we need and not this



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