You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2020/10/27 05:59:03 UTC

[incubator-superset] branch master updated (8575439 -> ecdff72)

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/incubator-superset.git.


    from 8575439  fix: is_temporal should be overridden by is_dttm value (#11429)
     add ecdff72  feat: enable metadata sync for virtual tables (#10645)

No new revisions were added by this update.

Summary of changes:
 .../src/datasource/DatasourceEditor.jsx            |  17 +---
 superset/connectors/sqla/models.py                 | 103 +++++++++++++--------
 superset/views/datasource.py                       |  22 ++---
 tests/datasource_tests.py                          |  71 ++++++++++++--
 tests/import_export_tests.py                       |   2 +-
 5 files changed, 139 insertions(+), 76 deletions(-)