-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Open
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIarea:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.good first issuekind:featureFeature RequestsFeature Requests
Milestone
Description
View
Asset View
Filters to Add
-
Filter by Event Timestamp (Range)
↪ Focus on recent or historical asset events within a specific window -
Filter by DAG ID
↪ Isolate events triggered by a specific DAG -
Filter by Task ID
↪ Track asset events back to the producing task -
Filter by Event Type (e.g., manual, scheduler-created, via asset watcher)
↪ Differentiate programmatic updates from ad-hoc, scheduler created or asset events created via asset watchers
API Support
- The
asset_eventsAPI includes all fields, but filtering is not fully implemented or exposed in the UI - Some filters (e.g., timestamp range) may need to be implemented on the backend or via query parameters
UI Impact
- Add a filter bar or collapsible panel above the event list
- Improves readability and analysis of high-volume asset event streams
Notes
- Especially useful in asset-triggered DAGs and debugging incorrect lineage or asset duplication
Metadata
Metadata
Assignees
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIarea:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.good first issuekind:featureFeature RequestsFeature Requests