This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from be404f9b844 fix(dashboard): Avoid calling loadData for invisible
charts on virtual rendering (#37452)
add e9b494163b9 refactor(db): use Dialect instead of Engine in select_star
to avoid SSH tunnels (#35540)
No new revisions were added by this update.
Summary of changes:
superset/db_engine_specs/base.py | 6 +++---
superset/db_engine_specs/bigquery.py | 5 +++--
superset/db_engine_specs/hive.py | 6 +++---
superset/db_engine_specs/presto.py | 6 +++---
superset/models/core.py | 22 +++++++++++-----------
tests/unit_tests/db_engine_specs/test_base.py | 5 ++---
tests/unit_tests/db_engine_specs/test_bigquery.py | 5 ++---
tests/unit_tests/db_engine_specs/test_hive.py | 4 ++--
tests/unit_tests/db_engine_specs/test_postgres.py | 4 ++--
tests/unit_tests/db_engine_specs/test_presto.py | 4 ++--
10 files changed, 33 insertions(+), 34 deletions(-)