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 2ef0c13be9 fix: bump sqlglot to support materialized CTEs (#27576)
     new 56a4b11464 fix: sqlglot SQL Server (#27577)
     new b749207713 fix(utils): fix off-by-one error in how rolling window's 
min_periods truncates dataframe (#27388)
     new 3919651b0a fix(Dashboard): Add editMode conditional for translate3d 
fix on charts to allow intended Fullscreen (#27613)
     new 46535a315e fix: Volatile datasource ordering in dashboard export 
(#19595)
     new b4fde18508 fix(sql_parse): Ensure table extraction handles Jinja 
templating (#27470)
     new 03d7384b04 fix: Persist query params appended to permalink (#27601)

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                       |  11 ++-
 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, 201 insertions(+), 62 deletions(-)

Reply via email to