mik-laj opened a new issue #8132: API Endpoint - CRUD - Task Instance
URL: https://github.com/apache/airflow/issues/8132
 
 
   **Description**
   Hello 
   
   We need to create several endpoints that perform basic CRUD operations on 
**Task instance** . We need the following endpoints:
   
   - GET /dags/{dag_id}/taskInstances
   - DELETE /dags/{dag_id}/taskInstances/{task_id}/{execution_date}
   - GET /dags/{dag_id}/taskInstances/{task_id}/{execution_date}
   - PATCH /dags/{dag_id}/taskInstances/{task_id}/{execution_date} 
   
   Detailed information is available in the issue:
   https://github.com/apache/airflow/issues/8118
   
   **Use case / motivation**
   N/A
   
   **Related Issues**
   N/A

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to