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

[superset] branch 2.1 updated (dc5bed4ec4 -> 2b3aa098ae)

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

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


    from dc5bed4ec4 lint
     add 2b3aa098ae fix: allow db driver distinction on enforced URI params (#23769)

No new revisions were added by this update.

Summary of changes:
 superset/db_engine_specs/base.py               | 19 +++++++++------
 superset/db_engine_specs/drill.py              | 11 ++++++---
 superset/db_engine_specs/hive.py               | 10 ++++----
 superset/db_engine_specs/mysql.py              | 17 ++++++++++----
 superset/db_engine_specs/presto.py             |  9 +++++---
 superset/db_engine_specs/snowflake.py          | 10 ++++----
 superset/models/core.py                        | 15 +++++++-----
 tests/integration_tests/model_tests.py         | 12 +++++++++-
 tests/unit_tests/db_engine_specs/test_mysql.py | 32 +++++++++++++++++++++++++-
 9 files changed, 102 insertions(+), 33 deletions(-)