You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2024/03/29 15:08:50 UTC

(superset) branch master updated (c0f8dfc7f9 -> 356b0d8ee5)

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 c0f8dfc7f9 chore(🦾): bump python thrift 0.16.0 -> 0.20.0 (#27754)
     add 356b0d8ee5 feat: Adds Heatmap chart migration logic (#27771)

No new revisions were added by this update.

Summary of changes:
 requirements/development.txt                       | 15 ++++-
 superset/cli/viz_migrations.py                     |  3 +
 .../migrations/shared/migrate_viz/processors.py    | 15 +++++
 .../migrations/viz/heatmap_v1_v2_test.py           | 78 ++++++++++++++++++++++
 4 files changed, 109 insertions(+), 2 deletions(-)
 create mode 100644 tests/unit_tests/migrations/viz/heatmap_v1_v2_test.py