Missing query runners when trying to create a new data source (Snowflake in particular) with 10.1.0 #7023
-
Hey Folks, When going to create a new data source Snowflake (and various other query runners) are missing among the options. We originally installed v8, then followed the github documented upgrade process to move to the latest version and we running on 10.1.0 currently. Here is what comes back from the https://redash.norwexcorp.com/api/data_sources/types call I see in chrome dev tools:
We verified that none of the following environment variables have any values in our installation, which was the first thing I thought could be affecting what shows up:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Figured this one out. The top of each query runner has something like this:
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. |
Beta Was this translation helpful? Give feedback.
Figured this one out. The top of each query runner has something like this:
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.