-
Notifications
You must be signed in to change notification settings - Fork 210
Add detailed information for model runs #1256
Copy link
Copy link
Open
Description
Is your feature request related to a problem? Please describe.
When a model run, specifically when it fails I would like to see the reason for the failure.
Describe the solution you'd like
What is currently implemented for dbt tests should work:
- Show last status of dbt run
- Show
View model run(same as View test runs)- In the View model run
Inspect last result
- In the View model run
The proposed idea gives generally more debugging capabilities for model runs.
Describe alternatives you've considered
Currently elementary made available the reason of the failure inside the message field of dbt_run_results, therefore it's really easy to use that table to provide such information, but somehow IMHO is a must to have in the elementary reports.
Would you be willing to contribute this feature?
I can try, but my frontend skills are rusty.
Reactions are currently unavailable