You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2022/08/31 16:50:08 UTC

[airflow] branch main updated (f7ee273ea5 -> 4260b6bb66)

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

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


    from f7ee273ea5 Run EmptyOperator tasks that have outlets (#26087)
     add 4260b6bb66 Add triggered dag runs to dataset events (#25961)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/dataset_endpoint.py    |  2 +
 airflow/api_connexion/openapi/v1.yaml              | 55 +++++++++++++
 airflow/api_connexion/schemas/dataset_schema.py    | 21 +++++
 airflow/www/static/js/components/Table/Cells.tsx   | 91 +++++++++++++++++++++-
 .../details/taskInstance/DatasetUpdateEvents.tsx   |  7 +-
 airflow/www/static/js/datasets/DatasetEvents.tsx   |  7 +-
 airflow/www/static/js/types/api-generated.ts       | 34 ++++++++
 airflow/www/templates/airflow/datasets.html        |  3 +
 airflow/www/views.py                               |  3 +
 .../endpoints/test_dag_run_endpoint.py             | 12 +++
 .../endpoints/test_dataset_endpoint.py             | 67 +++++++++++++++-
 tests/api_connexion/schemas/test_dataset_schema.py |  2 +
 12 files changed, 299 insertions(+), 5 deletions(-)