This is an automated email from the ASF dual-hosted git repository.
johnbodley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from e990690dde fix: Flaky E2E tests (#22152)
add 7e54b88a51 chore: Change get_table_names/get_view_names return type
(#22085)
No new revisions were added by this update.
Summary of changes:
superset/db_engine_specs/base.py | 16 +++++------
superset/db_engine_specs/databricks.py | 12 ++++----
superset/db_engine_specs/duckdb.py | 6 ++--
superset/db_engine_specs/postgres.py | 10 +++----
superset/db_engine_specs/presto.py | 28 ++++++++++++-------
superset/db_engine_specs/sqlite.py | 6 ++--
superset/models/core.py | 32 ++++++++++++++--------
superset/views/core.py | 8 +++---
tests/integration_tests/datasets/api_tests.py | 2 +-
.../db_engine_specs/base_engine_spec_tests.py | 4 +--
.../db_engine_specs/postgres_tests.py | 4 +--
.../db_engine_specs/presto_tests.py | 10 +++----
12 files changed, 76 insertions(+), 62 deletions(-)