RoyLee1224 commented on PR #54640:
URL: https://github.com/apache/airflow/pull/54640#issuecomment-3255131678
I found that `AssetEventsFilter` is displayed on multiple pages but only
works on the Asset detail page (`/assets/{id}`).
**Working (with proper data binding):**
- Asset detail page: `/assets/{assetId}`
**Non-functional (shows filter UI but ignores URL parameters):**
- DAG Overview: `/dags/{dagId}` (overview tab)
- Dashboard: `/dashboard` (HistoricalMetrics)
- Task Asset Events:
`/dags/{dagId}/runs/{runId}/tasks/{taskId}/asset_events`
- DAG Run Asset Events: `/dags/{dagId}/runs/{runId}/asset_events`
Should the filter only be functional on the assets page? If so, perhaps we
should prevent it from rendering on the other pages.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]