Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R: Add default Application Name for snowflake driver #1526

Closed
zeroshade opened this issue Feb 7, 2024 · 0 comments · Fixed by #1532
Closed

R: Add default Application Name for snowflake driver #1526

zeroshade opened this issue Feb 7, 2024 · 0 comments · Fixed by #1532

Comments

@zeroshade
Copy link
Member

#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

lidavidm pushed a commit that referenced this issue Feb 12, 2024
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.
@lidavidm lidavidm added this to the ADBC Libraries 0.10.0 milestone Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants