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

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


    from e1fd90697c fix(csv): Do not coerce persisted data integer columns to 
float (#20760)
     add 84d4302628 fix(explore): Fix chart standalone URL for report/thumbnail 
generation (#20673)

No new revisions were added by this update.

Summary of changes:
 docs/docs/installation/sql-templating.mdx          |  2 +-
 .../src/utils/explore.js                           |  2 +-
 .../src/vendor/superset/exploreUtils.js            |  2 +-
 .../spec/fixtures/mockSliceEntities.js             | 22 ++++++------
 superset-frontend/src/utils/urlUtils.ts            |  6 ++--
 .../views/CRUD/data/dataset/DatasetList.test.jsx   |  2 +-
 superset/connectors/sqla/views.py                  |  2 +-
 superset/models/core.py                            |  2 +-
 superset/reports/commands/execute.py               |  2 +-
 superset/templates/email/role_extended.txt         |  2 +-
 superset/templates/email/role_granted.txt          |  2 +-
 superset/views/core.py                             |  4 +--
 superset/views/redirects.py                        | 39 +++++++++++++++-------
 tests/integration_tests/core_tests.py              | 17 +++-------
 tests/integration_tests/reports/commands_tests.py  | 10 +++---
 tests/unit_tests/utils/urls_tests.py               |  4 +--
 16 files changed, 63 insertions(+), 57 deletions(-)

Reply via email to