fix(snowflake): opt-in denormalization of column names (#24982)

This commit is contained in:
Ville Brofeldt
2023-08-15 16:32:54 -07:00
committed by GitHub
parent 0a8881b3c1
commit f94dc49fd0
23 changed files with 161 additions and 10 deletions

View File

@@ -312,6 +312,7 @@ dashboard_export: dict[str, Any] = {
"sql": None,
"table_name": "birth_names_2",
"template_params": None,
"normalize_columns": False,
}
}
],
@@ -494,6 +495,7 @@ dataset_config: dict[str, Any] = {
"sql": "",
"params": None,
"template_params": {},
"normalize_columns": False,
"filter_select_enabled": True,
"fetch_values_predicate": None,
"extra": '{ "certification": { "certified_by": "Data Platform Team", "details": "This table is the source of truth." }, "warning_markdown": "This is a warning." }',