SNOW-1650640: Emit WARNING
instead of ERROR
for OCSP fail-open message
#2044
Labels
feature
status-fixed_awaiting_release
The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.
status-triage_done
Initial triage done, will be further handled by the driver team
What is the current behavior?
When running queries on behalf of our users in dbt Cloud we often see the following
ERROR
message:While this is often due to DNS issues that our users can address it can also happen transitively. As we run a lot of queries against snowflake these errors can result in a great deal of noise in our logging.
What is the desired behavior?
Can this instead be emitted as a warning? It would be more intuitive for our users and de-clutter our logging (along with our log based metrics).
How would this improve
snowflake-connector-python
?Making it easier to interpret/use snowflake-connector logging.
References and other background
No response
The text was updated successfully, but these errors were encountered: