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 cd2c889c9a feat(frontend): upgrade Storybook and add extension 
component documentation (#36498)
     add 28e3ba749e feat: SQL execution API for Superset (#36529)

No new revisions were added by this update.

Summary of changes:
 superset-core/src/superset_core/api/models.py      |   88 +-
 superset-core/src/superset_core/api/types.py       |  177 ++
 superset/commands/security/create.py               |    4 +-
 superset/commands/security/update.py               |    4 +-
 superset/daos/base.py                              |    2 +-
 superset/models/core.py                            |   34 +
 .../sql/execution/__init__.py                      |    3 +-
 superset/sql/execution/celery_task.py              |  486 +++++
 superset/sql/execution/executor.py                 | 1108 ++++++++++
 tests/unit_tests/models/core_test.py               |   84 +
 .../unit_tests/sql/execution}/__init__.py          |    0
 tests/unit_tests/sql/execution/conftest.py         |  324 +++
 tests/unit_tests/sql/execution/test_celery_task.py | 1077 ++++++++++
 tests/unit_tests/sql/execution/test_executor.py    | 2114 ++++++++++++++++++++
 14 files changed, 5500 insertions(+), 5 deletions(-)
 create mode 100644 superset-core/src/superset_core/api/types.py
 copy superset-extensions-cli/src/superset_extensions_cli/constants.py => 
superset/sql/execution/__init__.py (92%)
 create mode 100644 superset/sql/execution/celery_task.py
 create mode 100644 superset/sql/execution/executor.py
 copy {superset-core/src/superset_core/api => 
tests/unit_tests/sql/execution}/__init__.py (100%)
 create mode 100644 tests/unit_tests/sql/execution/conftest.py
 create mode 100644 tests/unit_tests/sql/execution/test_celery_task.py
 create mode 100644 tests/unit_tests/sql/execution/test_executor.py

Reply via email to