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 2022/08/29 08:25:39 UTC

[superset] branch master updated (ccb293a083 -> f017f98b88)

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

diegopucci pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from ccb293a083 fix(Trino): create `PrestoBaseEngineSpec` base class to share common code between Trino and Presto (#21066)
     add f017f98b88 chore: E2E tests for the Drill to detail modal (#21187)

No new revisions were added by this update.

Summary of changes:
 .../integration/dashboard/dashboard.helper.ts      |  13 +-
 .../integration/dashboard/drilltodetail.test.ts    | 271 +++++++++++++++++++++
 .../BigNumberWithTrendline/transformProps.ts       |   1 +
 .../components/DrillDetailPane/TableControls.tsx   |   3 +-
 .../src/explore/components/RowCountLabel/index.tsx |  12 +-
 superset/cli/examples.py                           |   3 +
 superset/examples/data_loading.py                  |   1 +
 superset/examples/echarts_dashboard.py             | 250 +++++++++++++++++++
 tests/integration_tests/superset_test_config.py    |   1 +
 9 files changed, 548 insertions(+), 7 deletions(-)
 create mode 100644 superset-frontend/cypress-base/cypress/integration/dashboard/drilltodetail.test.ts
 create mode 100644 superset/examples/echarts_dashboard.py