You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2022/01/24 19:04:36 UTC

[superset] branch master updated (c77d24c -> 1c0b141)

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

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


    from c77d24c  fix: undefined error when adding extra sequential color scheme (#18152)
     add 1c0b141  feat: allow assets to be managed externally (#18093)

No new revisions were added by this update.

Summary of changes:
 superset/connectors/base/models.py                 |   2 +
 ...9410a97a_add_columns_for_external_management.py | 105 +++++++++++++++++++++
 superset/models/core.py                            |   3 +
 superset/models/dashboard.py                       |   2 +
 superset/models/helpers.py                         |   2 +-
 superset/models/slice.py                           |  13 ++-
 6 files changed, 125 insertions(+), 2 deletions(-)
 create mode 100644 superset/migrations/versions/5fd49410a97a_add_columns_for_external_management.py