You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/01/05 07:10:23 UTC

[airflow] branch main updated (9c0ba1b -> b83084b)

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

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


    from 9c0ba1b  Standardize AWS ECS naming (#20332)
     add b83084b  Add filter by state in DagRun REST API (List Dag Runs) (#20485)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/dag_run_endpoint.py    | 10 +++-
 airflow/api_connexion/openapi/v1.yaml              |  1 +
 airflow/api_connexion/schemas/dag_run_schema.py    |  1 +
 .../endpoints/test_dag_run_endpoint.py             | 66 ++++++++++++++--------
 4 files changed, 54 insertions(+), 24 deletions(-)