willbarrett commented on a change in pull request #9444: Implement dttm column configuration through db extra config URL: https://github.com/apache/incubator-superset/pull/9444#discussion_r405158686
########## File path: docs/installation.rst ########## @@ -1341,6 +1341,32 @@ Then we can add this two lines to ``superset_config.py``: from custom_sso_security_manager import CustomSsoSecurityManager CUSTOM_SECURITY_MANAGER = CustomSsoSecurityManager +Default date time column settings +---------------------------------- +In some cases there are a company wide convention for the date time columns. +Now it is possible to provide a default column mapping on a per database level via the ``extra`` parameter. +If no formatting was defined - it will fallback to the database defaults. Review comment: Unnecessary `-` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
