This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch hxgh/databaseerror-databaseerror-redacted-message
in repository https://gitbox.apache.org/repos/asf/superset.git.
from f64b890 use superset generic db to catch
add 7fb1383 fix: Data table z index in sql Editor (#13972)
add c0888dc Add tests for FilterBar CascadeFilterControl (#13950)
add 34991f5 fix(explore): strip semicolons in virtual table SQL (#13801)
add b9f3cc9 Merge branch 'master' of https://github.com/apache/superset
into hxgh/databaseerror-databaseerror-redacted-message
add c5f27fd fix var reference
No new revisions were added by this update.
Summary of changes:
superset-frontend/src/SqlLab/main.less | 2 +-
.../CascadeFilterControl.test.tsx | 76 ++++++++++++++++++++++
.../index.tsx} | 8 +--
.../index.tsx} | 8 +--
superset/connectors/sqla/models.py | 14 ++--
tests/sqla_models_tests.py | 22 +++++++
6 files changed, 115 insertions(+), 15 deletions(-)
create mode 100644
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadeFilterControl/CascadeFilterControl.test.tsx
rename
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/{CascadeFilterControl.tsx
=> CascadeFilterControl/index.tsx} (86%)
rename
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/{CascadePopover.tsx
=> CascadePopover/index.tsx} (94%)