This is an automated email from the ASF dual-hosted git repository.
fisjac pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from bc5da631c8 refactor(Switch): Upgrade Switch to Ant Design 5 (#30731)
add 849d426e06 feat(oauth): adding necessary changes to support bigquery
oauth (#30674)
No new revisions were added by this update.
Summary of changes:
.../DatabaseConnectionForm/CommonParameters.tsx | 22 +++++++++++++++
.../DatabaseConnectionForm/EncryptedField.tsx | 7 ++---
.../DatabaseConnectionForm/OAuth2ClientField.tsx | 22 ++++++++-------
.../DatabaseConnectionForm/constants.ts | 3 +++
superset-frontend/src/features/databases/types.ts | 2 ++
superset/commands/database/test_connection.py | 6 ++++-
superset/databases/api.py | 3 ++-
superset/databases/schemas.py | 19 ++++---------
.../types.py} | 19 +++++++------
superset/db_engine_specs/base.py | 10 +++++--
superset/db_engine_specs/bigquery.py | 12 ++++++---
superset/db_engine_specs/hive.py | 4 ++-
superset/db_engine_specs/postgres.py | 11 +++++++-
superset/db_engine_specs/presto.py | 10 +++++--
superset/db_engine_specs/trino.py | 4 ++-
superset/models/core.py | 31 ++++++++++++++++++----
.../db_engine_specs/postgres_tests.py | 6 +++--
.../db_engine_specs/presto_tests.py | 8 ++++--
tests/unit_tests/models/core_test.py | 25 +++++++++++++++++
19 files changed, 166 insertions(+), 58 deletions(-)
copy superset/{migrations/versions/2016-10-02_10-35_ef8843b41dac_.py =>
databases/types.py} (67%)