mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
feat: first step native support Trino (#13105)
* feat: add TrinoEngineSpec Signed-off-by: Đặng Minh Dũng <dungdm93@live.com> * feat: add trino into extras_require Signed-off-by: Đặng Minh Dũng <dungdm93@live.com> * test: add trino_tests.py Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
This commit is contained in:
1
setup.py
1
setup.py
@@ -140,6 +140,7 @@ setup(
|
||||
"pinot": ["pinotdb>=0.3.3, <0.4"],
|
||||
"postgres": ["psycopg2-binary==2.8.5"],
|
||||
"presto": ["pyhive[presto]>=0.4.0"],
|
||||
"trino": ["sqlalchemy-trino>=0.2"],
|
||||
"prophet": ["fbprophet>=0.6, <0.7"],
|
||||
"redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"],
|
||||
"snowflake": ["snowflake-sqlalchemy>=1.2.3, <1.3"],
|
||||
|
||||
Reference in New Issue
Block a user