villebro commented on a change in pull request #10208:
URL:
https://github.com/apache/incubator-superset/pull/10208#discussion_r449388267
##########
File path: superset/views/database/forms.py
##########
@@ -206,3 +210,13 @@ def at_least_one_schema_is_allowed(database: Database) ->
bool:
validators=[Optional()],
widget=BS3TextFieldWidget(),
)
+ null_values = JsonListField(
+ _("Null values"),
+ default=config.get("CSV_DEFAULT_NA_NAMES", []),
Review comment:
This should be `config["CSV_DEFAULT_NA_NAMES"]`
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]