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

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


    from ad699e8  fix: don't show busted label for unknown data types (#14585)
     add 3f6bd1e  feat: add generic type to column payload (#14547)

No new revisions were added by this update.

Summary of changes:
 .../integration/dashboard/dashboard.helper.ts      |   4 +-
 .../cypress/integration/dashboard/load.test.ts     |   4 +-
 superset-frontend/package-lock.json                | 604 ++++++++++-----------
 superset-frontend/package.json                     |  56 +-
 .../components/ColumnTypeLabel_spec.jsx            |  15 +-
 .../spec/javascripts/datasource/fixtures.tsx       |  11 +-
 .../DndFilterSelect.test.tsx                       |  11 +-
 .../src/filters/components/Range/buildQuery.ts     |   6 +-
 .../components/TimeGrain/TimeGrainFilterPlugin.tsx |  10 +-
 superset/connectors/base/models.py                 |  17 +
 superset/connectors/sqla/models.py                 |  11 +
 superset/db_engine_specs/base.py                   |  17 +
 tests/db_engine_specs/base_tests.py                |  19 +-
 tests/db_engine_specs/mysql_tests.py               |   9 +-
 tests/db_engine_specs/postgres_tests.py            |  29 +-
 15 files changed, 466 insertions(+), 357 deletions(-)

Reply via email to