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/07/31 16:04:21 UTC

[superset] branch master updated (77889b29fb -> 5f103072b0)

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 77889b29fb fix: Allow chart import to update the dataset an existing chart points to (#24821)
     add 5f103072b0 fix: Python3.11 (str, Enum) issue (#24803)

No new revisions were added by this update.

Summary of changes:
 .pylintrc                                          |  1 +
 superset/common/chart_data.py                      |  6 ++---
 superset/common/db_query_status.py                 |  4 +--
 superset/connectors/base/models.py                 |  4 +--
 superset/constants.py                              |  8 +++---
 superset/errors.py                                 |  7 +++---
 superset/key_value/types.py                        |  6 ++---
 superset/models/core.py                            |  6 ++---
 superset/reports/models.py                         | 17 ++++++-------
 superset/sql_parse.py                              |  6 ++---
 superset/sqllab/limiting_factor.py                 |  4 +--
 superset/tasks/types.py                            |  5 ++--
 .../command_status.py => utils/backports.py}       | 12 +++++----
 superset/utils/core.py                             | 29 +++++++++++-----------
 tests/unit_tests/utils/test_decorators.py          |  4 +--
 15 files changed, 62 insertions(+), 57 deletions(-)
 copy superset/{sqllab/command_status.py => utils/backports.py} (82%)