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/05/25 21:48:53 UTC

[superset] branch master updated (f1ea1d7 -> 8b1a117)

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 f1ea1d7  fix: OpenAPI boolean type (#14827)
     add 8b1a117  feat: return parameters only for DB with default driver (#14803)

No new revisions were added by this update.

Summary of changes:
 superset/config.py                      |  12 +--
 superset/databases/api.py               |  49 ++++++++++---
 superset/db_engine_specs/__init__.py    |  40 ++++++++--
 superset/db_engine_specs/base.py        |   8 +-
 superset/db_engine_specs/bigquery.py    |   4 +-
 superset/db_engine_specs/cockroachdb.py |   2 +-
 superset/db_engine_specs/mysql.py       |   3 +-
 superset/db_engine_specs/postgres.py    |   4 +-
 tests/databases/api_tests.py            | 125 +++++++++++++++++---------------
 tests/databases/schema_tests.py         |   5 +-
 10 files changed, 157 insertions(+), 95 deletions(-)