This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from f96e90b9794 fix(docker): remove accidental command substitutions when
building FE in dev mode (#37670)
add 92438322c0e feat(extensions): Enhances SQL Lab API (#37642)
No new revisions were added by this update.
Summary of changes:
.../packages/superset-core/src/api/editors.ts | 345 +++++++++++++-----
.../packages/superset-core/src/api/sqlLab.ts | 342 +++++++++++++++---
.../src/SqlLab/components/EditorWrapper/index.tsx | 13 +-
superset-frontend/src/core/sqlLab/index.ts | 386 +++++++++++++++++++--
superset-frontend/src/core/sqlLab/models.ts | 49 ++-
superset-frontend/src/core/utils.ts | 12 +-
6 files changed, 945 insertions(+), 202 deletions(-)