Snowflake as a Redash data source #7360
sfc-gh-ksmith
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello-
I was just reviewing some of the content within https://github.com/getredash/redash.
I work with several Snowflake technology partners(https://docs.snowflake.com/en/user-guide/ecosystem).
I recently came across at least one very large Snowflake customer using Redash to query their Snowflake data. Typically we are able to clearly differentiate between the various partner client applications that connect to Snowflake, using the CLIENT_ENVIRONMENT::APPLICATION field within the SNOWFLAKE.ACCOUNT_USAGE.SESSIONS view.
This helps us properly size partner client jobs & activity and better assist our customers.
Who might I be able to connect with to explore the possibility of establishing a more obvious "application name" for Redash?
All I see today is "PythonConnector". (I do see some additional text in the query tag, which is not quite as helpful to us)
For example
con = snowflake.connector.connect ( user='XXXX', password='XXXX', account='XXXX', application='Redash’,)Also I wanted to share our recent announcement "Snowflake Will Block Single-Factor Password Authentication by November 2025" which may affect how many customers are connecting to Snowflake.
Beta Was this translation helpful? Give feedback.
All reactions