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

beto pushed a change to branch semantic-layer-models-daos
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 3114148be93 feat: models and DAOs
     add 0e9c71e2831 chore: remove AdhocFilter
     add 0dd645ff7cf feat: models and DAOs

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   (3114148be93)
            \
             N -- N -- N   refs/heads/semantic-layer-models-daos (0dd645ff7cf)

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:
 .../superset_core/semantic_layers/semantic_view.py |  7 ++-
 .../src/superset_core/semantic_layers/types.py     | 15 ++----
 ...6_33d7e0e21daa_add_semantic_layers_and_views.py | 18 +++++++
 superset/semantic_layers/mapper.py                 | 41 +++++++++-------
 superset/semantic_layers/models.py                 | 29 +++++++++--
 .../semantic_layers/registry.py                    |  6 +--
 tests/unit_tests/semantic_layers/mapper_test.py    | 56 ++++++++++++++++------
 7 files changed, 119 insertions(+), 53 deletions(-)
 copy docs/static/.asf.yaml => superset/semantic_layers/registry.py (87%)

Reply via email to