-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add error source #951
Add error source #951
Conversation
Use the following command to run this PR with Docker at http://localhost:3000:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Hope this improves error messages on the query and config pages.
I wonder if this solves or improves #187 |
Hey @SpencerTorres, thanks for the review. For now I don't think it'll fix that issue but we can look into that soon 😊 |
Add errorsource to any errors that are downstream and may be returned at some point in the QueryData endpoint. A downstream error is anything that is not due to the plugin directly.
The majority of this is handled by
sqlds
directly but I've tried to account for any cases where it isn't handled.