This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch semantic-layer-testing
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 4460d57e486 chore: container for testing
omit dc720d3c1dd chore: temporary registry
omit 870221ad62f feat: Explore integration
omit 3114148be93 feat: models and DAOs
add 0e9c71e2831 chore: remove AdhocFilter
add 0dd645ff7cf feat: models and DAOs
add 9ed25e0116d feat: Explore integration
add c4ebee203f7 chore: container for testing
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 (4460d57e486)
\
N -- N -- N refs/heads/semantic-layer-testing (c4ebee203f7)
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 ++----
.../superset-ui-core/src/query/DatasourceKey.ts | 5 +-
.../superset-ui-core/src/query/types/Datasource.ts | 2 +-
.../superset-ui-core/src/query/types/Query.ts | 2 +-
.../src/components/Chart/DrillBy/DrillByModal.tsx | 5 +-
superset-frontend/src/dashboard/types.ts | 2 +-
.../src/explore/actions/saveModalActions.ts | 12 ++---
.../src/explore/exploreUtils/formData.ts | 8 ++--
superset/commands/explore/get.py | 19 ++------
superset/commands/explore/parameters.py | 11 ++---
superset/daos/datasource.py | 6 +--
superset/explore/api.py | 2 +-
...6_33d7e0e21daa_add_semantic_layers_and_views.py | 18 +++++++
superset/semantic_layers/mapper.py | 41 +++++++++-------
superset/semantic_layers/models.py | 25 +++++++++-
superset/views/core.py | 35 ++++++--------
superset/views/utils.py | 55 ++++++++-------------
tests/unit_tests/semantic_layers/mapper_test.py | 56 ++++++++++++++++------
19 files changed, 174 insertions(+), 152 deletions(-)