Skip to content

Commit

Permalink
Update snowflake application name (#6403)
Browse files Browse the repository at this point in the history
* SGA-9999 update header

* SGA-9999 update header
  • Loading branch information
davidln777 authored Aug 31, 2023
1 parent 972a49b commit d8b10a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redash/query_runner/snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
enabled = False


from redash import __version__
from redash.query_runner import (
TYPE_BOOLEAN,
TYPE_DATE,
Expand Down Expand Up @@ -102,6 +103,7 @@ def _get_connection(self):
account=account,
region=region,
host=host,
application="Redash/{} (Snowflake)".format(__version__.split("-")[0]),
)

return connection
Expand Down

0 comments on commit d8b10a0

Please sign in to comment.