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 connector prints an unpleasant warning on each tick of a run-sources into the console.
fail open is the default behaviour for their node driver. Ideally our connector could avoid triggering this warning, but at the very least we should catch it and present it in a way that doesn't disrupt the console feedback on a sources run.
◣ Processing...{"level":"WARN","message":"[2:11:03.504 PM]: WARNING!!! using fail-open to connect. Driver is connecting to an HTTPS endpoint without OCSP based Certificated Revocation checking as it could not obtain a valid OCSP Response to use from the CA OCSP responder. Details: Error: not found in AuthorityInfoAccess"
source.sql"
Steps to Reproduce
Run sources with snowflake
Logs
No response
System Info
No response
Severity
serious, but I can work around it
Additional Information, or Workarounds
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Snowflake connector prints an unpleasant warning on each tick of a
run-sources
into the console.fail open
is the default behaviour for their node driver. Ideally our connector could avoid triggering this warning, but at the very least we should catch it and present it in a way that doesn't disrupt the console feedback on a sources run.Steps to Reproduce
Run sources with snowflake
Logs
No response
System Info
No response
Severity
serious, but I can work around it
Additional Information, or Workarounds
No response
The text was updated successfully, but these errors were encountered: