This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch feat/transpile-virtual-datasets-on-import
in repository https://gitbox.apache.org/repos/asf/superset.git
from 119b45f585 feat(examples): Transpile virtual dataset SQL on import
add 0cd1b48150 fix: Add source_engine parameter for proper SQL
transpilation
No new revisions were added by this update.
Summary of changes:
superset/commands/dashboard/export_example.py | 4 +
superset/commands/importers/v1/examples.py | 10 +-
superset/datasets/schemas.py | 2 +
superset/sql/parse.py | 21 ++-
.../commands/importers/v1/examples_test.py | 152 +++++++++++++++++----
tests/unit_tests/sql/transpile_to_dialect_test.py | 51 +++++++
6 files changed, 210 insertions(+), 30 deletions(-)