mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix(snowflake): opt-in denormalization of column names (#24982)
This commit is contained in:
@@ -170,6 +170,7 @@ class TestExportDatasetsCommand(SupersetTestCase):
|
||||
"warning_text": None,
|
||||
},
|
||||
],
|
||||
"normalize_columns": False,
|
||||
"offset": 0,
|
||||
"params": None,
|
||||
"schema": get_example_default_schema(),
|
||||
@@ -229,6 +230,7 @@ class TestExportDatasetsCommand(SupersetTestCase):
|
||||
"filter_select_enabled",
|
||||
"fetch_values_predicate",
|
||||
"extra",
|
||||
"normalize_columns",
|
||||
"uuid",
|
||||
"metrics",
|
||||
"columns",
|
||||
|
||||
Reference in New Issue
Block a user