mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Implement Snowflake engine with supported time grains (#4882)
* Implement Snowflake engine with supported time grains * Fix typo in second grain
This commit is contained in:
committed by
Maxime Beauchemin
parent
17ae9ec3a8
commit
fa3da8c888
@@ -298,6 +298,8 @@ Here's a list of some of the recommended packages.
|
||||
+---------------+-------------------------------------+-------------------------------------------------+
|
||||
| sqlite | | ``sqlite://`` |
|
||||
+---------------+-------------------------------------+-------------------------------------------------+
|
||||
| Snowflake | ``pip install snowflake-sqlalchemy``| ``snowflake://`` |
|
||||
+---------------+-------------------------------------+-------------------------------------------------+
|
||||
| Redshift | ``pip install sqlalchemy-redshift`` | ``redshift+psycopg2://`` |
|
||||
+---------------+-------------------------------------+-------------------------------------------------+
|
||||
| MSSQL | ``pip install pymssql`` | ``mssql://`` |
|
||||
|
||||
Reference in New Issue
Block a user