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 Michael S. Molina
parent 1569f0177f
commit 387549f69c
22 changed files with 159 additions and 8 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",