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.
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.