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

beto pushed a change to branch bigquery-catalog
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard a652b4e711 feat: add support for catalogs
     add e516bba8fc fix: table autocomplete should pass catalog (#28413)
     add f29e1e4c29 feat: catalog support for Databricks native (#28394)
     new bb0d86b2f3 feat: add support for catalogs

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a652b4e711)
            \
             N -- N -- N   refs/heads/bigquery-catalog (bb0d86b2f3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../AceEditorWrapper/useKeywords.test.ts           |  15 +-
 .../components/AceEditorWrapper/useKeywords.ts     |   4 +-
 .../src/components/DatabaseSelector/index.tsx      |  18 ++-
 superset/db_engine_specs/databricks.py             |  65 +++++++-
 superset/db_engine_specs/presto.py                 |  57 ++++---
 superset/migrations/shared/catalogs.py             | 167 ++++++++++++++++++---
 ...0-52_58d051681a3b_add_catalog_perm_to_tables.py |   8 +-
 ...3_4081be5b6b74_enable_catalog_in_databricks.py} |  27 ++--
 ...42_enable_catalog_in_bigquery_presto_trino_.py} |  28 ++--
 .../utils/pandas_postprocessing/contribution.py    |   1 +
 tests/integration_tests/datasets/api_tests.py      |   2 +-
 .../unit_tests/db_engine_specs/test_databricks.py  |  19 +++
 tests/unit_tests/db_engine_specs/test_presto.py    |  88 +++++++++++
 tests/unit_tests/db_engine_specs/test_trino.py     |  89 +++++++++++
 .../unit_tests/migrations/shared}/__init__.py      |   0
 .../unit_tests/migrations/shared/catalogs_test.py  | 145 ++++++++++++++++++
 16 files changed, 642 insertions(+), 91 deletions(-)
 copy 
superset/migrations/versions/{2023-12-01_12-03_b7851ee5522f_replay_317970b4400c.py
 => 2024-05-08_19-33_4081be5b6b74_enable_catalog_in_databricks.py} (69%)
 copy 
superset/migrations/versions/{2023-06-08_09-02_9ba2ce3086e5_migrate_pivot_table_v1_to_v2.py
 => 2024-05-09_18-44_87ffc36f9842_enable_catalog_in_bigquery_presto_trino_.py} 
(65%)
 copy {superset/advanced_data_type => 
tests/unit_tests/migrations/shared}/__init__.py (100%)
 create mode 100644 tests/unit_tests/migrations/shared/catalogs_test.py

Reply via email to