This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 4.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 149d7eea00 fix(sql_parse): Support Jinja format() filter when
extracting latest[_sub]_partition (#28117)
new a8f7ea0720 fix(AlertsReports): making log retention "None" option
valid (#27554)
new f413ae43c5 fix(sql_parse): Provide more lenient logic when extracting
latest[_sub]_partition (#28152)
new 51b5899b67 fix: Dremio alias (#28222)
new 3d8f00b074 fix(sqllab): invalid css scope for ace editor autocomplete
(#28156)
The 4 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 | 62 ++++++++++++++--------
.../src/features/alerts/AlertReportModal.tsx | 6 +--
superset/commands/report/log_prune.py | 1 +
superset/db_engine_specs/__init__.py | 2 +-
superset/db_engine_specs/dremio.py | 7 +++
superset/reports/schemas.py | 2 +-
superset/sql_parse.py | 21 ++++----
tests/unit_tests/sql_parse_tests.py | 40 +++++++-------
8 files changed, 84 insertions(+), 57 deletions(-)