rawwar commented on code in PR #44175:
URL: https://github.com/apache/airflow/pull/44175#discussion_r1848331588
##########
airflow/api_fastapi/core_api/routes/public/task_instances.py:
##########
@@ -339,6 +339,8 @@ def get_task_instances(
responses=create_openapi_http_exception_doc([status.HTTP_404_NOT_FOUND]),
)
def get_task_instances_batch(
+ dag_id: Literal["~"],
+ dag_run_id: Literal["~"],
Review Comment:
We already have that. That's
[Link](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/get_task_instances)
This is a batch endpoint to get all TI's of all dags
--
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]