mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(presto/trino): Ensure get_table_names only returns real tables (#21794)
This commit is contained in:
2
setup.py
2
setup.py
@@ -160,7 +160,7 @@ setup(
|
||||
"pinot": ["pinotdb>=0.3.3, <0.4"],
|
||||
"postgres": ["psycopg2-binary==2.9.1"],
|
||||
"presto": ["pyhive[presto]>=0.6.5"],
|
||||
"trino": ["trino>=0.313.0"],
|
||||
"trino": ["trino>=0.319.0"],
|
||||
"prophet": ["prophet>=1.0.1, <1.1", "pystan<3.0"],
|
||||
"redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"],
|
||||
"rockset": ["rockset>=0.8.10, <0.9"],
|
||||
|
||||
Reference in New Issue
Block a user