You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/08/29 16:11:06 UTC

[superset] branch master updated (72150ebadf -> e585db85b6)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 72150ebadf fix(sqllab): rendering performance regression by resultset (#25091)
     add e585db85b6 chore: use contextlib.surpress instead of passing on error (#24896)

No new revisions were added by this update.

Summary of changes:
 superset/charts/data/api.py                    | 12 ++------
 superset/common/tags.py                        | 27 ++++-------------
 superset/db_engine_specs/bigquery.py           |  6 ++--
 superset/db_engine_specs/gsheets.py            |  6 ++--
 superset/db_engine_specs/mysql.py              |  5 ++--
 superset/db_engine_specs/ocient.py             |  6 ++--
 superset/db_engine_specs/presto.py             | 10 ++-----
 superset/db_engine_specs/trino.py              |  9 ++----
 superset/explore/commands/get.py               |  7 ++---
 superset/initialization/__init__.py            |  8 ++----
 superset/models/core.py                        | 18 ++++--------
 superset/security/manager.py                   | 21 +++++---------
 superset/sqllab/sqllab_execution_context.py    |  5 ++--
 superset/temporary_cache/api.py                |  5 ++--
 superset/views/core.py                         | 40 +++++++++-----------------
 superset/views/utils.py                        |  6 ++--
 tests/integration_tests/reports/alert_tests.py | 12 ++------
 tests/integration_tests/sql_lab/conftest.py    |  9 ++----
 18 files changed, 66 insertions(+), 146 deletions(-)