You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by vi...@apache.org on 2024/02/20 15:07:02 UTC

(airflow) branch main updated (16d2671704 -> d944eb0de2)

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

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


    from 16d2671704 Add "queuedEvent" endpoint to get/delete DatasetDagRunQueue (#37176)
     add d944eb0de2 Check permissions for ImportError (#37468)

No new revisions were added by this update.

Summary of changes:
 .../endpoints/import_error_endpoint.py             |  61 +++++++-
 airflow/www/views.py                               |  51 +++++--
 .../endpoints/test_import_error_endpoint.py        | 162 ++++++++++++++++++++-
 tests/www/views/test_views_home.py                 |  61 ++++++++
 4 files changed, 314 insertions(+), 21 deletions(-)