Filter model runs in the UI
Is your feature request related to a problem? Please describe.
When I go to Model Runs tab in the UI, I can see all the models that have ran in the past n days. However, if we remove a model and it no longer runs in dbt, I will still see it in the overview, which is confusing. And if you have many models and a lot of changes, this page becomes very hard to read.
Describe the solution you'd like
Simple. A filter to select which run date I want to see. Maybe something like latest or 2023-08-12 would work.
Describe alternatives you've considered
Now I am just querying the table elementary.dbt_run_results and filter on execution_time to get a view on the latest, or a particular, model run.
Additional context No
Would you be willing to contribute this feature? If it is simple, why not.