This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch adopt/sqllab-mutator-after-split
in repository https://gitbox.apache.org/repos/asf/superset.git
from 6a2cd30ac48 fix(sqllab): apply SQL_QUERY_MUTATOR in SQL Lab when
MUTATE_AFTER_SPLIT is set
add c6bf4e65b69 fix(sqllab): mutate the whole query before splitting when
MUTATE_AFTER_SPLIT=False
No new revisions were added by this update.
Summary of changes:
superset/sql/execution/celery_task.py | 23 +++++++-
superset/sql_lab.py | 12 +++++
tests/unit_tests/sql/execution/test_celery_task.py | 42 +++++++++++++--
tests/unit_tests/sql_lab_test.py | 61 ++++++++++++++++++++++
4 files changed, 133 insertions(+), 5 deletions(-)