Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Add snowflake runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
noamst-monday committed Mar 21, 2024
1 parent 028fd07 commit e33f26c
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 @@ -5,6 +5,7 @@
except ImportError:
enabled = False

from redash import __version__
from redash.query_runner import BaseQueryRunner, register
from redash.query_runner import (
TYPE_STRING,
Expand Down Expand Up @@ -129,6 +130,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 e33f26c

Please sign in to comment.