You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/04/21 03:12:42 UTC

[superset] branch master updated (5bec1a65ae -> d0fda60c85)

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

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


    from 5bec1a65ae refactor(sqllab): Remove tableOptions from redux state (#23488)
     add d0fda60c85 feat(native-filters): Add legacy (filter-box) to native filter migration script (#23269)

No new revisions were added by this update.

Summary of changes:
 .../docs/miscellaneous/native-filter-migration.mdx | 103 ++++++
 requirements/base.txt                              |  35 +-
 requirements/development.txt                       |   2 -
 requirements/integration.txt                       |   8 +-
 setup.py                                           |   2 +
 superset/cli/main.py                               |   5 +-
 superset/cli/native_filters.py                     | 398 +++++++++++++++++++++
 superset/dashboards/schemas.py                     |   1 +
 .../utils/dashboard_filter_scopes_converter.py     | 256 ++++++++++++-
 9 files changed, 798 insertions(+), 12 deletions(-)
 create mode 100644 docs/docs/miscellaneous/native-filter-migration.mdx
 create mode 100644 superset/cli/native_filters.py