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:
Ville Brofeldt
2018-04-26 00:44:24 +03:00
committed by Maxime Beauchemin
parent 17ae9ec3a8
commit fa3da8c888
2 changed files with 18 additions and 0 deletions

View File

@@ -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://`` |