You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2023/06/07 20:41:40 UTC

[superset] branch 2.1 updated (54cb51a3bf -> ca94a69c63)

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

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


    from 54cb51a3bf fix: handle temporal columns in presto partitions (#24054)
     add ca94a69c63 merge in fix with migration (#24314)

No new revisions were added by this update.

Summary of changes:
 superset/dashboards/permalink/commands/base.py     |  3 +-
 superset/dashboards/permalink/commands/create.py   |  1 +
 superset/dashboards/permalink/commands/get.py      |  6 +-
 superset/explore/permalink/commands/base.py        |  3 +-
 superset/explore/permalink/commands/create.py      |  3 +-
 superset/explore/permalink/commands/get.py         |  1 +
 superset/extensions/metastore_cache.py             | 11 +++-
 superset/key_value/commands/create.py              | 23 ++++++--
 superset/key_value/commands/get.py                 | 15 +++--
 superset/key_value/commands/update.py              | 11 ++--
 superset/key_value/commands/upsert.py              | 13 +++--
 superset/key_value/shared_entries.py               | 12 +++-
 superset/key_value/types.py                        | 33 ++++++++++-
 ...a5681ddfd_convert_key_value_entries_to_json.py} | 66 ++++++++++++----------
 superset/temporary_cache/api.py                    | 13 ++++-
 superset/temporary_cache/commands/parameters.py    |  3 +
 .../explore/permalink/api_tests.py                 |  5 +-
 .../key_value/commands/create_test.py              | 55 +++++++++++++++---
 .../key_value/commands/delete_test.py              | 13 +++--
 .../key_value/commands/fixtures.py                 | 15 +++--
 .../key_value/commands/get_test.py                 | 25 ++++----
 .../key_value/commands/update_test.py              | 11 ++--
 .../key_value/commands/upsert_test.py              | 11 ++--
 23 files changed, 252 insertions(+), 100 deletions(-)
 copy superset/migrations/versions/{2022-06-27_14-59_7fb8bca906d2_permalink_rename_filterstate.py => 2023-05-01_12-03_9c2a5681ddfd_convert_key_value_entries_to_json.py} (55%)