mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix(presto/trino): Ensure get_table_names only returns real tables (#21794)
This commit is contained in:
@@ -108,8 +108,6 @@ geopy==2.2.0
|
||||
# via apache-superset
|
||||
graphlib-backport==1.0.3
|
||||
# via apache-superset
|
||||
greenlet==1.1.2
|
||||
# via sqlalchemy
|
||||
gunicorn==20.1.0
|
||||
# via apache-superset
|
||||
hashids==1.3.1
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
# -r requirements/docker.in
|
||||
gevent==21.8.0
|
||||
# via -r requirements/docker.in
|
||||
greenlet==1.1.3.post0
|
||||
# via gevent
|
||||
psycopg2-binary==2.9.1
|
||||
# via apache-superset
|
||||
zope-event==4.5.0
|
||||
|
||||
@@ -130,7 +130,7 @@ rsa==4.7.2
|
||||
# via google-auth
|
||||
statsd==3.3.0
|
||||
# via -r requirements/testing.in
|
||||
trino==0.315.0
|
||||
trino==0.319.0
|
||||
# via apache-superset
|
||||
typing-inspect==0.7.1
|
||||
# via libcst
|
||||
|
||||
Reference in New Issue
Block a user