area:APIarea:UIgood first issuekind:feature
Description
View
Search – Assets
Filters to Add
-
Filter by Asset Group
↪ Narrow results to a logical grouping of assets (e.g.,revenue_reporting,customer_metrics) -
Filter by Consuming DAG and / or Producing Task
↪ Quickly locate assets by their upstream producer or downstream consumer -
Filter by Last Event Timestamp (Range)
↪ Identify stale or recently updated assets -
Filter by Is Alias (Yes/No)
↪ Distinguish between assets vs. placeholders -
Filter by Has Events (Yes/No)
↪ Distinguish between assets with active data lineage vs inactive definitions
API Support
⚠️ Partial
- The
assetsAPI supports filtering by:dag_id,task_id, and sometimesgroup
- Currently lacks:
- Filtering by event presence (
has_events) - Range filtering by last event timestamp
- Filtering by event presence (
UI Impact
- Add a filter panel above the asset list table
- Useful in large deployments with hundreds or thousands of assets
Notes
- Enables users to answer critical questions like:
- “What assets are stale?”
- “Which DAGs produce assets in this domain?”
- Especially helpful when debugging broken pipelines or validating asset freshness