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

[superset] 05/06: Merge branch 'master' of https://github.com/apache/superset

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

hugh pushed a commit to branch hugh/fix-metadata-showing
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 4589e73d51954f85a5aeaed624176aad5e5115a8
Merge: aeced9b 69c5cd7
Author: hughhhh <hu...@gmail.com>
AuthorDate: Tue Aug 3 16:00:42 2021 -0400

    Merge branch 'master' of https://github.com/apache/superset

 UPDATING.md                                        |  2 -
 requirements/base.txt                              | 26 ++-----
 requirements/testing.txt                           |  4 ++
 setup.py                                           |  2 +-
 .../src/datasource/DatasourceEditor.jsx            |  6 +-
 .../data/database/DatabaseModal/ExtraOptions.tsx   | 10 ++-
 .../CRUD/data/database/DatabaseModal/index.tsx     | 16 ++++-
 .../src/views/CRUD/data/database/types.ts          |  2 +-
 superset/commands/importers/v1/examples.py         | 26 ++++++-
 superset/connectors/druid/models.py                | 34 ++++-----
 superset/connectors/sqla/models.py                 | 28 ++++----
 superset/databases/commands/export.py              | 24 +++++--
 superset/databases/schemas.py                      | 19 +++++
 ...3605f370a_fix_schemas_allowed_for_csv_upload.py | 82 ++++++++++++++++++++++
 14 files changed, 210 insertions(+), 71 deletions(-)