mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: dataset extra import/export (#17740)
* fix: dataset extra import/export * Update superset/datasets/commands/importers/v1/utils.py
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user