Skip to content

Commit

Permalink
Snowflake support is no longer enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Aug 6, 2017
1 parent 3d10718 commit 31ebfb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
- Update to Webpack 2. @44px
- Remove /forgot endpoint if REDASH_PASSWORD_LOGIN_ENABLED is false. @amarjayr
- Docker: make Gunicorn worker count configurable. @unixwitch
- Snowflake support is no longer enabled by default.

### Fixed

Expand Down
1 change: 0 additions & 1 deletion redash/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ def all_settings():
'redash.query_runner.memsql_ds',
'redash.query_runner.jql',
'redash.query_runner.google_analytics',
'redash.query_runner.snowflake',
'redash.query_runner.axibase_tsd',
'redash.query_runner.salesforce'
]
Expand Down
5 changes: 4 additions & 1 deletion requirements_all_ds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ thrift>=0.8.0
thrift_sasl>=0.1.0
cassandra-driver==3.1.1
memsql==2.16.0
snowflake_connector_python==1.3.16
atsd_client==2.0.12
simple_salesforce==0.72.2
PyAthena>=1.0.0
# certifi is needed to support MongoDB and SSL:
certifi
# We don't install snowflake connector by default, as it's causing conflicts with
# other packages. To properly support it we probably need to switch from pyOpenSSL
# to the other package snowflake is using (that's compatible with it).
# snowflake_connector_python==1.3.16

0 comments on commit 31ebfb8

Please sign in to comment.