This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 4.1
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 46cdb0a3bd fix(dataset): use sqlglot for DML check (#31024)
discard c5f8aaf7fd fix: add mutator to get_columns_description (#29885)
discard e0a83f023c fix(trino): db session error in handle cursor (#31265)
discard 72f2cae093 fix: check for column before adding in migrations (#31185)
discard bb9ddc28a9 fix(Databricks): Escape catalog and schema names in
pre-queries (#31199)
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/4.1 (fd7f1d3052)
\
O -- O -- O (46cdb0a3bd)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
superset/connectors/sqla/utils.py | 17 ++-
superset/db_engine_specs/databricks.py | 2 -
superset/db_engine_specs/trino.py | 10 +-
superset/migrations/shared/utils.py | 15 ---
...4-01_22-44_c22cb5c2e546_user_attr_avatar_url.py | 7 +-
...-04-11_15-41_5f57af97bc3f_add_catalog_column.py | 4 +-
...0-52_58d051681a3b_add_catalog_perm_to_tables.py | 5 +-
tests/integration_tests/charts/api_tests.py | 1 -
tests/integration_tests/datasource_tests.py | 127 +++++++++----------
tests/unit_tests/connectors/sqla/utils_test.py | 139 ---------------------
.../unit_tests/db_engine_specs/test_databricks.py | 22 +---
11 files changed, 79 insertions(+), 270 deletions(-)
delete mode 100644 tests/unit_tests/connectors/sqla/utils_test.py