You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library error concerns the output not fitting into an enum. It looks like the returned error from Snowflake does not fit inside the predetermined structures.
The text was updated successfully, but these errors were encountered:
I second this! Is there anyway for now we could have like an UnknownError(Value) on the Enum so that we easily see what the issue is. Then over time we could add all the errors we find as types.
Some returned errors don't seem to get parsed properly, making it rather hard to debug.
For example, for a query that returns the following in the console
The library error concerns the output not fitting into an enum. It looks like the returned error from Snowflake does not fit inside the predetermined structures.
The text was updated successfully, but these errors were encountered: