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 62433c14a7 chore(helm): Bumping app version to 3.1.2 in helm chart 
(#27915)
     add 9377227e06 chore(OAuth2): refactor for custom OAuth2 clients (#27880)

No new revisions were added by this update.

Summary of changes:
 superset/common/query_object.py                    |   2 +-
 superset/config.py                                 |  20 ++-
 superset/connectors/sqla/utils.py                  |   2 +-
 superset/databases/api.py                          |   6 +-
 superset/db_engine_specs/README.md                 |  62 +++-----
 superset/db_engine_specs/base.py                   | 176 +++++++++++++++------
 superset/db_engine_specs/gsheets.py                |  91 +----------
 superset/db_engine_specs/hive.py                   |   3 +-
 superset/db_engine_specs/impala.py                 |  14 +-
 superset/db_engine_specs/presto.py                 |   9 +-
 superset/db_engine_specs/trino.py                  |   4 +-
 superset/models/core.py                            |  39 ++++-
 superset/sql_validators/presto_db.py               |   2 +-
 superset/superset_typing.py                        |  49 ++++++
 superset/utils/oauth2.py                           |  12 +-
 tests/unit_tests/databases/api_test.py             |  12 +-
 .../unit_tests/db_engine_specs/test_clickhouse.py  |   3 +-
 tests/unit_tests/db_engine_specs/test_databend.py  |   3 +-
 .../db_engine_specs/test_elasticsearch.py          |   3 +-
 tests/unit_tests/db_engine_specs/test_gsheets.py   | 150 ++++++++----------
 tests/unit_tests/extensions/test_sqlalchemy.py     |   6 +-
 tests/unit_tests/utils/oauth2_tests.py             |   8 +-
 22 files changed, 382 insertions(+), 294 deletions(-)

Reply via email to