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

@@ -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",