This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e6b1b2019d7 Create asset event modal (#47421)
add 50ff8b5434f AIP-84 - Add Auth for Assets (#47136)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/openapi/v1-generated.yaml | 48 +++++++++++--
.../api_fastapi/core_api/routes/public/assets.py | 29 ++++++--
.../api_fastapi/core_api/routes/public/dag_run.py | 2 +
airflow/api_fastapi/core_api/security.py | 17 +++++
airflow/auth/managers/models/resource_details.py | 2 +-
airflow/ui/openapi-gen/queries/queries.ts | 7 +-
airflow/ui/openapi-gen/requests/services.gen.ts | 2 +
airflow/ui/openapi-gen/requests/types.gen.ts | 9 +--
newsfragments/47136.significant.rst | 13 ++++
.../amazon/aws/auth_manager/aws_auth_manager.py | 4 +-
.../aws/auth_manager/test_aws_auth_manager.py | 2 +-
tests/api_fastapi/conftest.py | 1 -
.../core_api/routes/public/test_assets.py | 84 ++++++++++++++++++++++
.../core_api/routes/public/test_dag_run.py | 13 +++-
14 files changed, 212 insertions(+), 21 deletions(-)
create mode 100644 newsfragments/47136.significant.rst