You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/04/12 21:23:24 UTC

[superset] branch master updated (976e33330f -> b35b5a6e05)

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 976e33330f fix: presto CI failed test (#23666)
     add b35b5a6e05 chore(db_engine_specs): Refactor get_index (#23656)

No new revisions were added by this update.

Summary of changes:
 superset/db_engine_specs/base.py                   | 22 ++++++
 superset/db_engine_specs/bigquery.py               | 22 ++++++
 superset/db_engine_specs/presto.py                 | 16 +++--
 superset/models/core.py                            |  3 +-
 .../db_engine_specs/base_engine_spec_tests.py      | 23 ++++++
 .../db_engine_specs/bigquery_tests.py              | 83 +++++++++++++++++-----
 6 files changed, 147 insertions(+), 22 deletions(-)