mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
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:
1
setup.py
1
setup.py
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user