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 65a11b6f45 refactor: introduce react-query on api resource hook
(#21240)
add 222f1e7ea8 fix(sqllab): invalid table metadata request (#21304)
No new revisions were added by this update.
Summary of changes:
superset-frontend/src/SqlLab/actions/sqlLab.js | 5 +-
.../src/SqlLab/actions/sqlLab.test.js | 74 +++++++++---
.../SqlEditorLeftBar/SqlEditorLeftBar.test.jsx | 124 +++++++++++----------
.../SqlLab/components/SqlEditorLeftBar/index.tsx | 14 ++-
.../SqlLab/components/TabbedSqlEditors/index.jsx | 3 +
.../src/SqlLab/components/TableElement/index.tsx | 1 +
superset-frontend/src/SqlLab/reducers/sqlLab.js | 20 +++-
.../src/SqlLab/reducers/sqlLab.test.js | 22 ++++
8 files changed, 183 insertions(+), 80 deletions(-)