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 2021/02/18 17:48:58 UTC

[superset] branch master updated (3c58fc5 -> 3d23ade)

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 3c58fc5  feat: Move SQLAlchemy url reference to config (#13182)
     add 3d23ade  chore: use shillelagh instead of gsheetsdb (#13185)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  3 ++
 setup.py                                           |  2 +-
 .../src/components/ErrorMessage/types.ts           |  1 +
 superset/databases/commands/test_connection.py     |  4 +--
 superset/databases/schemas.py                      | 21 +++++-------
 superset/errors.py                                 |  1 +
 superset/security/analytics_db_safety.py           | 37 ++++++++++++++++------
 superset/views/core.py                             |  9 ++----
 superset/views/database/mixins.py                  |  3 +-
 tests/core_tests.py                                |  2 +-
 tests/databases/api_tests.py                       |  4 +--
 tests/security/analytics_db_safety_tests.py        | 26 +++++++++++----
 12 files changed, 70 insertions(+), 43 deletions(-)