You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/12/18 05:20:08 UTC

[incubator-superset] branch master updated: Remove note about snowflake-sqlalchemy stable version regression (#6398)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new c4884e3  Remove note about snowflake-sqlalchemy stable version regression (#6398)
c4884e3 is described below

commit c4884e3c2ed20f30865d2169d62d3ae9dd40a3e7
Author: Ville Brofeldt <33...@users.noreply.github.com>
AuthorDate: Tue Dec 18 07:20:00 2018 +0200

    Remove note about snowflake-sqlalchemy stable version regression (#6398)
---
 docs/installation.rst | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/installation.rst b/docs/installation.rst
index fd6efec..ce1a257 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -404,10 +404,6 @@ Make sure the user has privileges to access and use all required
 databases/schemas/tables/views/warehouses, as the Snowflake SQLAlchemy engine does
 not test for user rights during engine creation.
 
-*Note*: At the time of writing, there is a regression in the current stable version (1.1.2) of
-snowflake-sqlalchemy package that causes problems when used with Superset. It is recommended to
-use version 1.1.0 or try a newer version.
-
 See `Snowflake SQLAlchemy <https://github.com/snowflakedb/snowflake-sqlalchemy>`_.
 
 Teradata