This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from f76eaec Fix random deadlocks in MSSQL database (#18362)
add d1f3d8e Show Triggers table in Webserver (#17876)
No new revisions were added by this update.
Summary of changes:
airflow/security/permissions.py | 1 +
airflow/utils/sqlalchemy.py | 2 +-
airflow/www/extensions/init_views.py | 5 ++++
airflow/www/security.py | 2 ++
airflow/www/views.py | 40 +++++++++++++++++++++++++
docs/apache-airflow/security/access-control.rst | 1 +
tests/www/views/test_views_base.py | 2 +-
7 files changed, 51 insertions(+), 2 deletions(-)