Skip to content

Missing query runners when trying to create a new data source (Snowflake in particular) with 10.1.0 #7023

Closed Answered by wrightling
wrightling asked this question in Q&A
Discussion options

You must be logged in to vote

Figured this one out. The top of each query runner has something like this:

try:
    import snowflake.connector
    enabled = True
except ImportError:
    enabled = False

The snowflake package was failing on import with an error indicating a problem with boto3. Upgrading boto3 allowed it to load.

Now the question is knowing which versions of python packages to ugprade to for our redash install.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wrightling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant