This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 14f56c75d73 AIP-38 Fix SimpleAuthManager prefix (#48025)
add 62333967457 feat(api_fastapi): include asset id in asset nodes when
calling "/ui/dependencies" and "/ui/structure/structure_data" (#47381)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/routes/ui/dependencies.py | 2 +-
.../api_fastapi/core_api/routes/ui/structure.py | 14 +-
.../api_fastapi/core_api/services/ui/structure.py | 80 ++--
airflow/models/serialized_dag.py | 200 +++++++++-
airflow/serialization/dag_dependency.py | 4 +-
airflow/serialization/serialized_objects.py | 9 +-
airflow/ui/src/pages/Asset/AssetGraph.tsx | 2 +-
airflow/utils/dot_renderer.py | 8 +-
.../src/airflow/sdk/definitions/asset/__init__.py | 29 +-
.../core_api/routes/ui/test_dependencies.py | 74 +++-
.../core_api/routes/ui/test_structure.py | 428 +++++++++++----------
tests/models/test_serialized_dag.py | 13 +-
tests/serialization/test_dag_serialization.py | 98 +++--
tests/utils/test_dot_renderer.py | 16 +-
14 files changed, 672 insertions(+), 305 deletions(-)