ephraimbuddy commented on issue #23246: URL: https://github.com/apache/airflow/issues/23246#issuecomment-1112064533
> > 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 Problem with this is the date range that it clears. Yeah, will be good to be more specific -- 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]
