-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Description
Apache Airflow version
3.1.1
If "Other Airflow 2/3 version" selected, which one?
No response
What happened?
When viewing Assets in the Airflow 3.1.1 UI, the context-specific metadata attached to assets is not shown anywhere in the UI. For example, if an asset is defined with extra={...} (see below), this information is not visible in the asset event details, asset event list, or any related asset views. This makes it difficult for users to see or audit static asset metadata during asset event inspection. Only AssetEvent extra is displayed.
Asset(
's3://bucket/mydata.csv',
extra={'owner': 'Sir Airflow'},
)What you think should happen instead?
The UI should display the extra dictionary (static asset metadata) somewhere in the Assets view, ideally together with other asset details. This could be shown as a dedicated section, or grouped with asset information in the event card or detail modal. Showing this field would allow users to see static asset metadata alongside event-specific metadata (extra).
How to reproduce
- Create an asset with
extra={...}. - Emit one or more asset events for the asset.
- Open the Assets view in the Airflow UI.
- Observe that the static asset metadata (
extra) is not displayed anywhere.
Operating System
docker
Versions of Apache Airflow Providers
No response
Deployment
Docker-Compose
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct