This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 3.1
in repository https://gitbox.apache.org/repos/asf/superset.git
from d2488e94e1 fix(sql_parse): Support Jinja format() filter when
extracting latest[_sub]_partition (#28117)
new ccda3b45fb fix(sql_parse): Provide more lenient logic when extracting
latest[_sub]_partition (#28152)
new 2d0eb38c3b fix: Dremio alias (#28222)
new 668e1aa578 fix(sqllab): invalid css scope for ace editor autocomplete
(#28156)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../SqlLab/components/AceEditorWrapper/index.tsx | 66 ++++++++++++++--------
superset/db_engine_specs/__init__.py | 2 +-
superset/db_engine_specs/dremio.py | 7 +++
superset/sql_parse.py | 21 ++++---
tests/unit_tests/sql_parse_tests.py | 40 +++++++------
5 files changed, 84 insertions(+), 52 deletions(-)