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 c799a06632d add icons (#45981)
add 52fb4e0622d Add asset events to dashboard (#44961)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/core_api/datamodels/assets.py | 3 +
.../api_fastapi/core_api/openapi/v1-generated.yaml | 15 ++++
airflow/models/asset.py | 8 ++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 33 ++++++++
airflow/ui/openapi-gen/requests/types.gen.ts | 3 +
.../Dashboard/HistoricalMetrics/AssetEvent.tsx | 75 +++++++++++++++++
.../Dashboard/HistoricalMetrics/AssetEvents.tsx | 93 ++++++++++++++++++++++
.../HistoricalMetrics/HistoricalMetrics.tsx | 30 +++++--
.../core_api/routes/public/test_assets.py | 18 +++++
.../core_api/routes/public/test_dag_run.py | 3 +
10 files changed, 273 insertions(+), 8 deletions(-)
create mode 100644
airflow/ui/src/pages/Dashboard/HistoricalMetrics/AssetEvent.tsx
create mode 100644
airflow/ui/src/pages/Dashboard/HistoricalMetrics/AssetEvents.tsx