erdos2n commented on issue #23227:
URL: https://github.com/apache/airflow/issues/23227#issuecomment-1113918942
This sounds like a similar issue I'm currently working on to update a
taskInstanceState via the API, the current endpoint is a `POST:
/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}:`
the body of the work I'm doing contains the following, which should suffice
for this, if I'm not mistaken
```
include_upstream
include_downstream
include_future
include_past
```
Though currently this endpoint does not support a date-range
--
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]