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 <[email protected]>
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