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 b1f85dce71 refactor(plugins): BigNumber Time Comparison with existing
time_offset API (#27718)
add 5da6d2bd88 feat: add support for catalogs (#28416)
No new revisions were added by this update.
Summary of changes:
superset/db_engine_specs/README.md | 22 +----
superset/db_engine_specs/bigquery.py | 34 +++++++-
superset/db_engine_specs/presto.py | 57 ++++++++-----
superset/db_engine_specs/snowflake.py | 28 +++++--
superset/migrations/shared/catalogs.py | 8 +-
...0-52_58d051681a3b_add_catalog_perm_to_tables.py | 4 +-
...33_4081be5b6b74_enable_catalog_in_databricks.py | 4 +-
...42_enable_catalog_in_bigquery_presto_trino_.py} | 16 ++--
tests/integration_tests/databases/api_tests.py | 2 +-
tests/integration_tests/model_tests.py | 8 +-
tests/unit_tests/db_engine_specs/test_bigquery.py | 94 ++++++++++++++++++++++
tests/unit_tests/db_engine_specs/test_presto.py | 88 ++++++++++++++++++++
tests/unit_tests/db_engine_specs/test_snowflake.py | 88 ++++++++++++++++++++
tests/unit_tests/db_engine_specs/test_trino.py | 89 ++++++++++++++++++++
14 files changed, 472 insertions(+), 70 deletions(-)
copy
superset/migrations/versions/{2024-05-08_19-33_4081be5b6b74_enable_catalog_in_databricks.py
=> 2024-05-09_18-44_87ffc36f9842_enable_catalog_in_bigquery_presto_trino_.py}
(73%)