You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2024/03/21 18:58:56 UTC

(superset) branch sqlglot-sqlserver updated (ef417458c6 -> 3766fe82a8)

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

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


    omit ef417458c6 Skip Hive tests
    omit 97e323631b fix: sqlglot SQL Server
     add 718cd64657 fix: Skips Hive tests that are blocking PRs (#27605)
     add e32b1c861f docs: make k8s top item in Installation section (#27540)
     add fcceaf081c fix(db_engine_specs): Update convert_dttm to work correctly with CrateDB (#27567)
     add 6e528426dd feat: Adds option to disable drill to detail per database (#27536)
     add 464836882f fix: sqlglot SQL Server
     add 3766fe82a8 Skip Hive tests

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   (ef417458c6)
            \
             N -- N -- N   refs/heads/sqlglot-sqlserver (3766fe82a8)

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.

No new revisions were added by this update.

Summary of changes:
 .../installing-superset-using-docker-compose.mdx   |  21 ++-
 docs/docs/installation/running-on-kubernetes.mdx   |  12 +-
 docs/docs/intro.mdx                                |   1 -
 docs/static/resources/openapi.json                 |   3 +
 .../DrillDetail/DrillDetailMenuItems.test.tsx      |  16 +-
 .../Chart/DrillDetail/DrillDetailMenuItems.tsx     | 185 ++++++++++-----------
 .../DatabaseSelector/DatabaseSelector.test.tsx     |   4 +
 superset-frontend/src/dashboard/types.ts           |   2 +
 .../databases/DatabaseModal/ExtraOptions.tsx       |  16 ++
 superset-frontend/src/features/databases/types.ts  |   1 +
 .../AddDataset/LeftPanel/LeftPanel.test.tsx        |   4 +
 superset-frontend/src/types/Database.ts            |   1 +
 superset/dashboards/schemas.py                     |   1 +
 superset/databases/api.py                          |   1 +
 superset/databases/schemas.py                      |   5 +-
 superset/db_engine_specs/crate.py                  |   2 +-
 superset/models/core.py                            |   8 +-
 superset/sqllab/utils.py                           |   1 +
 superset/views/database/mixins.py                  |   4 +-
 tests/integration_tests/charts/data/api_tests.py   |  15 +-
 tests/integration_tests/core_tests.py              |  23 +++
 tests/integration_tests/databases/api_tests.py     |   1 +
 tests/unit_tests/db_engine_specs/test_crate.py     |   2 +-
 23 files changed, 204 insertions(+), 125 deletions(-)