fix: dataset extra import/export (#17740)

* fix: dataset extra import/export

* Update superset/datasets/commands/importers/v1/utils.py
This commit is contained in:
Beto Dealmeida
2021-12-22 09:41:31 -08:00
committed by GitHub
parent b7707e8ff7
commit c49545aec1
7 changed files with 52 additions and 19 deletions

View File

@@ -373,7 +373,7 @@ dataset_config: Dict[str, Any] = {
"template_params": {},
"filter_select_enabled": True,
"fetch_values_predicate": None,
"extra": "dttm > sysdate() -10 ",
"extra": '{ "certification": { "certified_by": "Data Platform Team", "details": "This table is the source of truth." }, "warning_markdown": "This is a warning." }',
"metrics": [
{
"metric_name": "count",