You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by bk...@apache.org on 2020/06/17 20:47:33 UTC

[incubator-superset] branch master updated (01aede0 -> be6b9b8)

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

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


    from 01aede0  refactor: Break up superset/views/core.py (#10078)
     add be6b9b8  feat: implement dttm column configuration through db extra config (#9444)

No new revisions were added by this update.

Summary of changes:
 superset/config.py                 |   8 ++
 superset/connectors/sqla/models.py |   3 +
 tests/config_tests.py              | 176 +++++++++++++++++++++++++++++++++++++
 tests/dict_import_export_tests.py  |   3 +
 4 files changed, 190 insertions(+)
 create mode 100644 tests/config_tests.py