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