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

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


    from a43f6bde06 fix(migrations): Handle comparator None in old time 
comparison migration (#32538)
     new 69dd88720e feat(sqllab): Adds refresh button to table metadata in SQL 
Lab (#29974)
     new fdbc40d7ff fix: dashboard, chart and dataset import validation (#32500)
     new 432ef477fd fix(sqllab): Allow clear on schema and catalog (#32515)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../components/TableElement/TableElement.test.tsx  | 37 ++++++++++++---
 .../src/SqlLab/components/TableElement/index.tsx   | 17 ++++++-
 .../src/components/DatabaseSelector/index.tsx      |  2 +
 superset-frontend/src/hooks/apiResources/tables.ts |  7 +++
 superset/commands/chart/importers/v1/utils.py      |  7 ++-
 superset/commands/dashboard/importers/v1/utils.py  |  7 ++-
 superset/commands/dataset/importers/v1/utils.py    |  8 ++++
 .../charts/commands/importers/v1/import_test.py    | 51 ++++++++++++++++++++-
 .../commands/importers/v1/import_test.py           | 53 +++++++++++++++++++++-
 .../datasets/commands/importers/v1/import_test.py  | 52 +++++++++++++++++++++
 10 files changed, 226 insertions(+), 15 deletions(-)

Reply via email to