This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 4b07b5d628 feat: Adds options to show subtotals in Pivot Table (#24960)
     new 3ffc5b69f8 fix: Calendar Heatmap day offset (#24989)
     new 8d3a919f5e fix(sqllab): scroll position after run current sql (#24965)
     new 1569f0177f chore: modify UPDATING.md for logs table migrations (#24923)
     new 95b96078ce fix(snowflake): opt-in denormalization of column names 
(#24982)

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:
 UPDATING.md                                        |  2 ++
 .../src/vendor/cal-heatmap.js                      | 17 +++++++--
 .../src/SqlLab/components/SqlEditor/index.jsx      |  2 ++
 .../src/components/Datasource/DatasourceEditor.jsx | 10 ++++++
 .../src/components/Datasource/DatasourceModal.tsx  |  1 +
 superset-frontend/src/features/datasets/types.ts   |  1 +
 superset/connectors/sqla/models.py                 |  3 ++
 superset/connectors/sqla/utils.py                  |  6 +++-
 superset/connectors/sqla/views.py                  |  5 +++
 superset/daos/dataset.py                           |  2 +-
 superset/dashboards/schemas.py                     |  1 +
 superset/datasets/api.py                           |  2 ++
 superset/datasets/commands/duplicate.py            |  1 +
 superset/datasets/schemas.py                       |  4 +++
 ...86c2676_add_normalize_columns_to_sqla_model.py} | 42 ++++++++++------------
 superset/views/datasource/schemas.py               |  6 +++-
 superset/views/datasource/views.py                 |  3 ++
 tests/integration_tests/core_tests.py              |  4 +--
 tests/integration_tests/dashboard_utils.py         |  2 +-
 tests/integration_tests/datasets/api_tests.py      | 35 ++++++++++++++++--
 tests/integration_tests/datasets/commands_tests.py |  2 ++
 tests/integration_tests/datasource_tests.py        |  5 +++
 tests/integration_tests/fixtures/importexport.py   |  2 ++
 tests/integration_tests/import_export_tests.py     |  5 ++-
 tests/unit_tests/datasets/commands/export_test.py  |  2 ++
 25 files changed, 130 insertions(+), 35 deletions(-)
 copy 
superset/migrations/versions/{2018-04-03_08-19_130915240929_is_sqllab_viz_flow.py
 => 2023-08-14_09-38_9f4a086c2676_add_normalize_columns_to_sqla_model.py} (69%)

Reply via email to