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
Treat all client errors as setup errors when opening channel
Snowflake responds with a 4xx response code for various reasons when
opening a channel:
- User does not have permissions (403)
- This table type does not support channels (400)
- There are probably others I have not seen yet!
Before this PR, if we treated the 403 as a setup error, but actually all
4xxs are probably setup errors. We should treat them gracefully by
staying alive and sending an informative message to the monitoring
webhook.
0 commit comments