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 2022/10/26 23:44:17 UTC

[superset] branch master updated (059e53a39f -> 203b289021)

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

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


    from 059e53a39f fix: Crash caused by numpy.vectorize (#21936)
     add 203b289021 feat(bigquery): Custom message when Service Account doesnt have the correct Roles and Permissions (#21838)

No new revisions were added by this update.

Summary of changes:
 superset/databases/api.py                          |  6 ++-
 superset/databases/commands/create.py              |  8 ++++
 superset/databases/commands/test_connection.py     | 17 +++++--
 superset/db_engine_specs/bigquery.py               | 13 ++++--
 tests/integration_tests/databases/api_tests.py     | 54 ++++++++++++++++++++--
 .../integration_tests/databases/commands_tests.py  |  5 +-
 .../db_engine_specs/bigquery_tests.py              |  4 +-
 7 files changed, 86 insertions(+), 21 deletions(-)