You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2021/04/07 06:54:53 UTC

[airflow] branch master updated (a265fd5 -> e150bbf)

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from a265fd5  Revert "Fixes failing docs upload on master (#15148)" (#15240)
     add e150bbf  Clear tasks by task ids in REST API (#14500)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/openapi/v1.yaml              |  7 ++++++
 .../api_connexion/schemas/task_instance_schema.py  |  1 +
 airflow/models/dag.py                              |  5 +++++
 .../endpoints/test_task_instance_endpoint.py       | 25 ++++++++++++++++++++++
 .../schemas/test_task_instance_schema.py           |  9 ++++++++
 5 files changed, 47 insertions(+)