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

Set application name in snowflake connections #1623

Merged
merged 1 commit into from
Jul 22, 2019

Conversation

drewbanin
Copy link
Contributor

The application connection parameter is used by Snowflake to identify which applications are running specific queries. While this was unset, dbt's queries would be identified as coming from the PythonConnector application. This config instead helps identify the queries as coming from dbt.

closes #1622

@drewbanin drewbanin added enhancement New feature or request snowflake labels Jul 22, 2019
@drewbanin drewbanin requested a review from beckjake July 22, 2019 13:49
Copy link
Contributor

@beckjake beckjake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! It looks like this flag has been around basically forever, so we don't need to worry about the version of snowflake-connector-python.

@drewbanin drewbanin merged commit 8d4f2bd into dev/0.14.1 Jul 22, 2019
@drewbanin drewbanin deleted the feature/set-snowflake-application-name branch July 22, 2019 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request snowflake
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify the application field in Snowflake connections
2 participants