You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2024/03/15 20:05:26 UTC

(superset) branch jinja2-sm updated (1f8c47af1d -> 904e19b0a8)

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

beto pushed a change to branch jinja2-sm
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 1f8c47af1d fix: pass valid SQL to SM
     add 904e19b0a8 Move logic inside SM

No new revisions were added by this update.

Summary of changes:
 superset/commands/dataset/create.py              |  7 +--
 superset/security/manager.py                     |  6 ++-
 tests/unit_tests/commands/dataset/create_test.py | 59 ------------------------
 tests/unit_tests/security/manager_test.py        | 36 +++++++++++++++
 4 files changed, 43 insertions(+), 65 deletions(-)
 delete mode 100644 tests/unit_tests/commands/dataset/create_test.py