This is an automated email from the ASF dual-hosted git repository.
erikrit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 5136c5c feat(viz-plugins): add date formatting to pivot-table (#10637)
add 38da552 feat: add certification to metrics (#10630)
No new revisions were added by this update.
Summary of changes:
.../images/icons/{more.svg => certified.svg} | 4 +-
superset-frontend/src/CRUD/CollectionTable.tsx | 9 +++-
superset-frontend/src/CRUD/Field.jsx | 17 ++++--
.../CertifiedIconWithTooltip.tsx} | 39 ++++++++------
superset-frontend/src/components/Icon/index.tsx | 3 ++
.../src/datasource/DatasourceEditor.jsx | 60 +++++++++++++++++-----
.../src/datasource/DatasourceModal.tsx | 30 ++++++++++-
superset/connectors/sqla/models.py | 29 +++++++++++
superset/connectors/sqla/views.py | 10 ++++
9 files changed, 160 insertions(+), 41 deletions(-)
copy superset-frontend/images/icons/{more.svg => certified.svg} (58%)
copy superset-frontend/src/{dashboard/components/MissingChart.jsx =>
components/CertifiedIconWithTooltip.tsx} (56%)