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
dbt should support an environment variable to enable debug logging for the snowflake-connector-python library. This will help dbt users track down issues that arise like:
Apache Arrow format is not supported
Snowflake support requires these logs to diagnose and resolve issues that occur using their platform.
Describe alternatives you've considered
We could enable these logs by default. snowflake-connector-python debug logs are pretty verbose though, so it might be wise to restrict this logging behind an env var.
Additional context
Relevant to intermittent errors like The result set in Apache Arrow format is not supported for the platform.
Who will this benefit?
Snowflake users; snowflake support
The text was updated successfully, but these errors were encountered:
Describe the feature
dbt should support an environment variable to enable debug logging for the
snowflake-connector-python
library. This will help dbt users track down issues that arise like:Snowflake support requires these logs to diagnose and resolve issues that occur using their platform.
Describe alternatives you've considered
We could enable these logs by default.
snowflake-connector-python
debug logs are pretty verbose though, so it might be wise to restrict this logging behind an env var.Additional context
Relevant to intermittent errors like
The result set in Apache Arrow format is not supported for the platform.
Who will this benefit?
Snowflake users; snowflake support
The text was updated successfully, but these errors were encountered: