You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/30 05:07:18 UTC

[GitHub] [airflow] erdos2n commented on issue #23227: Ability to clear a specific DAG Run's task instances via REST APIs

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org