pierrejeambrun commented on code in PR #43760:
URL: https://github.com/apache/airflow/pull/43760#discussion_r1832372677


##########
airflow/api_fastapi/core_api/openapi/v1-generated.yaml:
##########
@@ -2470,6 +2470,198 @@ paths:
             application/json:
               schema:
                 $ref: '#/components/schemas/HTTPValidationError'
+  /public/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/:
+    get:
+      tags:
+      - Task Instance
+      summary: Get Task Instances
+      description: Get list of mapped task instances.
+      operationId: get_task_instances
+      parameters:
+      - name: dag_id
+        in: path
+        required: true
+        schema:
+          type: string
+          title: Dag Id
+      - name: dag_run_id
+        in: path
+        required: true
+        schema:
+          type: string
+          title: Dag Run Id
+      - name: execution_date_gte

Review Comment:
   Done, thanks.



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