ephraimbuddy commented on issue #23246:
URL: https://github.com/apache/airflow/issues/23246#issuecomment-1112052850

   > There should probably also be a `POST` to update a single TI just for 
consistency sake too.
   
   I think updating a single TI is possible in the current endpoint. Setting 
these:
   ```python
       "include_upstream": False, 
        "include_downstream": False, 
        "include_future": False, 
        "include_past": False, 
   ```
   False in the payload will have it update only the particular task instance


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