[explore] improve database error handling #11879
Labels
#bug:cosmetic
Cosmetic/layout/design tweak needed
global:error
Related to global errors affecting the platform
Screenshot
Description
This kind of error (DatabaseError) should be expected and handled well. It should really say something like
BigQuery error
and offer the right detail as well as monospace-formatted details.Somehow SQL Lab does a better job at surfacing the error message from the database:

We may need database-specific handling of error message strings, so that we can decompose a title, subtitle (one line message) and a longer description. For BigQuery for example, it'd be nice to show only that first string and allow to expand the longer multi-line blob.
The text was updated successfully, but these errors were encountered: