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
#1525 added default application names for the snowflake driver in Go and Python to identify to Snowflake that the calls are coming from ADBC. If the user specified an application name via an option, they then prefix the user supplied application name with the tag.
The format of the prefix is [ADBC][<lang>-<version>] for example: [ADBC][Go-v0.9.0] etc. R should do the same by defaulting the application name option or prefixing if the user supplied one.
A follow-up to #1525 to add an
R-specific prefix for the Snowflake driver. We could allow this to be
customized, too, but I would prefer to that feature to be requested
before pursuing it.
Closes#1526.
#1525 added default application names for the snowflake driver in Go and Python to identify to Snowflake that the calls are coming from ADBC. If the user specified an application name via an option, they then prefix the user supplied application name with the tag.
The format of the prefix is
[ADBC][<lang>-<version>]
for example:[ADBC][Go-v0.9.0]
etc. R should do the same by defaulting the application name option or prefixing if the user supplied one.CC @paleolimbot
The text was updated successfully, but these errors were encountered: