feat: Adding Rockset db engine spec (#16167)

* rockset prototype

* rockset

* t

* removed print / logging

* set a more specific version range for Rockset library
This commit is contained in:
Srini Kadamati
2021-08-18 06:04:59 -04:00
committed by GitHub
parent 482dffb1db
commit 5f060a2227
2 changed files with 70 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ setup(
"trino": ["sqlalchemy-trino>=0.2"],
"prophet": ["prophet>=1.0.1, <1.1", "pystan<3.0"],
"redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"],
"rockset": ["rockset>=0.7.68, <0.8"],
"snowflake": ["snowflake-sqlalchemy>=1.2.3, <1.3"],
"teradata": ["sqlalchemy-teradata==0.9.0.dev0"],
"thumbnails": ["Pillow>=7.0.0, <8.0.0"],