This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch pexdax/db-connection-ui
in repository https://gitbox.apache.org/repos/asf/superset.git.
from ef63e3c feat(db-connection-ui): Allow users to pick engine (#14884)
add eef489c feat: add support for filters in sqlLab (#14765)
add eced510 fix: Query History cosmetic issues (#14885)
add fac6b7c fix: Remove Icon and align close button on DatasetModal
(#14902)
add 8cc97e4 feat: validation db modal (#14832)
add 0457bfe fix conflicts
No new revisions were added by this update.
Summary of changes:
docs/installation.rst | 31 +++++
.../{QueryTable.jsx => QueryTable/index.jsx} | 143 ++++++++++++++++-----
.../components/QueryTable/styles.ts} | 36 +++---
.../src/SqlLab/components/ResultSet.tsx | 15 ++-
.../views/CRUD/data/dataset/AddDatasetModal.tsx | 12 +-
superset/views/utils.py | 25 +++-
6 files changed, 200 insertions(+), 62 deletions(-)
rename superset-frontend/src/SqlLab/components/{QueryTable.jsx =>
QueryTable/index.jsx} (66%)
copy superset-frontend/src/{dashboard/util/getFilterScopeParentNodes.js =>
SqlLab/components/QueryTable/styles.ts} (61%)