You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2023/01/23 18:04:00 UTC

[superset] branch feat/cross-filters updated (9d1ee1d3e8 -> 5699376018)

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

diegopucci pushed a change to branch feat/cross-filters
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 9d1ee1d3e8 Merge
     add 858c6e19a0 docs: link docker readme in docker config section (#22796)
     add 92cdb8c282 chore: Add explicit bidirectional performant relationships for SQLA model (#22413)
     add d091a68909 fix: better logic to extract errors on databricks (#22792)
     add 0b31b2cb87 fix(hive): Regression in #21794 (#22794)
     add d479009e35 fix: Unexpected error on simple filter (#22814)
     add 3437df1b6e Merge branch 'master' of https://github.com/apache/superset into feat/cross-filters
     add 5699376018 Minor improvements

No new revisions were added by this update.

Summary of changes:
 .../installing-superset-using-docker-compose.mdx   |  6 ++-
 superset-frontend/src/components/Chart/Chart.jsx   |  1 -
 .../src/components/Chart/ChartRenderer.jsx         |  1 -
 .../components/DropdownSelectableIcon/index.tsx    | 44 ++++++++---------
 .../src/components/Select/Select.test.tsx          | 13 +++--
 superset-frontend/src/components/Select/Select.tsx | 31 ++++++++----
 .../src/dashboard/actions/dashboardState.js        |  8 ++--
 superset-frontend/src/dashboard/actions/hydrate.js |  9 ++--
 .../FilterBar/FilterBarSettings/index.tsx          | 29 +++++++----
 .../nativeFilters/FilterBar/Header/index.tsx       | 13 +----
 .../dashboard/util/crossFilters.ts}                | 20 ++++----
 superset/connectors/sqla/models.py                 | 37 ++++++++++----
 superset/datasets/api.py                           |  3 ++
 superset/db_engine_specs/databricks.py             | 13 +++--
 superset/db_engine_specs/hive.py                   | 37 +++++++++++++-
 superset/db_engine_specs/presto.py                 |  7 +--
 superset/examples/birth_names.py                   |  4 +-
 superset/models/dashboard.py                       |  5 --
 superset/models/helpers.py                         |  5 +-
 tests/integration_tests/charts/api_tests.py        |  6 ++-
 tests/integration_tests/databases/api_tests.py     |  4 +-
 tests/integration_tests/datasets/api_tests.py      |  4 +-
 .../db_engine_specs/hive_tests.py                  | 38 +++++++++++++++
 .../unit_tests/db_engine_specs/test_databricks.py  | 56 ++++++++++++++++++++++
 24 files changed, 281 insertions(+), 113 deletions(-)
 copy superset-frontend/{plugins/plugin-chart-table/src/consts.ts => src/dashboard/util/crossFilters.ts} (71%)