metaperl opened a new issue #9029: databaseview/add should allow customization of the extras attribute via superset_config.py URL: https://github.com/apache/incubator-superset/issues/9029 **Our feature request is related to this problem:** When adding a database via **Sources -> Databases -> Add** (`databaseview/add`), we have a need to supply a different set of values for the "Extra" parameter. However, the current code does not allow for similar customization/override of [the `superset.models.core.Database.extra` parameter](https://github.com/apache/incubator-superset/blob/master/superset/models/core.py#L125). **A solution I'd like** I would like to be able to provide a dictionary in `superset_config.py` that is converted to a json string (since this is the format of the current `extra` parameter). **Additional context** Functionality is already in place for `superset_config.py` to override the `excrypted_extra` parameter: https://github.com/apache/incubator-superset/blob/master/superset/models/core.py#L138
---------------------------------------------------------------- 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]
