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 4a59f23be3 fix: bump sqlglot to support materialized CTEs (#27576)
new 336f6bd021 fix: sqlglot SQL Server (#27577)
new 90afb34df5 fix: Volatile datasource ordering in dashboard export
(#19595)
new fe95adac98 fix(utils): fix off-by-one error in how rolling window's
min_periods truncates dataframe (#27388)
new a2fb13b522 fix(Dashboard): Add editMode conditional for translate3d
fix on charts to allow intended Fullscreen (#27613)
new 4ff331a66c fix: Persist query params appended to permalink (#27601)
new 7c14968e6d fix(sql_parse): Ensure table extraction handles Jinja
templating (#27470)
The 6 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:
.../src/dashboard/components/dnd/DragDroppable.jsx | 5 +-
superset/commands/sql_lab/execute.py | 4 +-
superset/jinja_context.py | 10 +-
superset/models/dashboard.py | 5 +-
superset/models/sql_lab.py | 40 +++++---
superset/security/manager.py | 13 +--
superset/sql_parse.py | 107 ++++++++++++++++-----
superset/sqllab/query_render.py | 3 +-
superset/utils/pandas_postprocessing/rolling.py | 2 +-
superset/views/core.py | 2 +
tests/integration_tests/charts/data/api_tests.py | 6 ++
tests/integration_tests/core_tests.py | 15 +++
.../pandas_postprocessing/test_rolling.py | 4 +-
tests/unit_tests/sql_parse_tests.py | 41 ++++++++
14 files changed, 198 insertions(+), 59 deletions(-)