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
Snowflake allows users to set their language. When we string match to catch errors on the English wording this fails to catch errors when Snowflake is configured to use a language other than English.
What was the original reason the code uses string matching here?
Is there an alternative, language-agnostic way for us to identify errors? (python class types, error codes etc)
Definition of Done:
When a user configures Snowflake to use any language other than English, the error handling behavior remains the same.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Handle errors more gracefully when Snowflake is configured to use languages other than English
[ADAP-1043] Handle errors more gracefully when Snowflake is configured to use languages other than English
Nov 22, 2023
New issue for problem raised in #834 with associated Community PR .
Snowflake allows users to set their language. When we string match to catch errors on the English wording this fails to catch errors when Snowflake is configured to use a language other than English.
Definition of Done:
When a user configures Snowflake to use any language other than English, the error handling behavior remains the same.
The text was updated successfully, but these errors were encountered: