We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2042355 commit 1d3ac23Copy full SHA for 1d3ac23
go/adbc/driver/snowflake/snowflake_database.go
@@ -161,6 +161,9 @@ func (d *databaseImpl) SetOptions(cnOptions map[string]string) error {
161
Params: make(map[string]*string),
162
}
163
164
+ // XXX(https://github.com/apache/arrow-adbc/issues/2792): Snowflake
165
+ // has a tendency to spam the log by default, so set the log level
166
+ d.cfg.Tracing = "fatal"
167
168
// set default application name to track
169
// unless user overrides it
0 commit comments