fix(presto/trino): Ensure get_table_names only returns real tables (#21794)

This commit is contained in:
John Bodley
2022-11-09 14:30:49 -08:00
committed by GitHub
parent 53ed8f2d5a
commit 9f7bd1e63f
10 changed files with 125 additions and 116 deletions

View File

@@ -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"],