You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/01/19 17:19:26 UTC

[superset] branch master updated (577ac81686 -> d591cc8082)

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

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


    from 577ac81686 chore(ci): fix numpy type errors and revert #22610 (#22782)
     add d591cc8082 fix(sqllab): Invalid schema fetch for deprecated value (#22695)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/SqlLab/actions/sqlLab.js     | 14 +++-
 .../src/SqlLab/actions/sqlLab.test.js              | 48 +++++++++++
 .../ShareSqlLabQuery/ShareSqlLabQuery.test.tsx     |  4 +-
 .../SqlEditorLeftBar/SqlEditorLeftBar.test.jsx     | 97 +++++++++++++++++++---
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |  1 -
 .../src/SqlLab/hooks/useQueryEditor/index.ts       | 33 +++++++-
 .../hooks/useQueryEditor/useQueryEditor.test.ts    | 28 ++++++-
 superset-frontend/src/SqlLab/types.ts              |  2 +-
 8 files changed, 207 insertions(+), 20 deletions(-)