You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/07/29 14:28:32 UTC

[airflow] branch main updated (c96cf45a44 -> 9bc0d88078)

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

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


    from c96cf45a44 Add missing option when pushing latest images to cache :( (#25399)
     add 9bc0d88078 Add upstream and downstream to datasets api responses (#25390)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/dataset_endpoint.py    | 17 +++++--
 airflow/api_connexion/openapi/v1.yaml              | 53 ++++++++++++++++++++++
 airflow/api_connexion/schemas/dataset_schema.py    | 31 ++++++++++++-
 airflow/models/dataset.py                          |  6 +--
 airflow/models/taskinstance.py                     |  2 +-
 airflow/www/static/js/types/api-generated.ts       | 32 +++++++++++++
 .../endpoints/test_dataset_endpoint.py             | 13 +++++-
 tests/api_connexion/schemas/test_dataset_schema.py | 46 +++++++++++++++----
 tests/models/test_dag.py                           |  4 +-
 9 files changed, 183 insertions(+), 21 deletions(-)