Replies: 2 comments
-
@MaRo99382 , identifier naming restrictions are intentional. Without these restrictions you may fix a small problem in a moment, but account becomes very difficult to use and navigate over time. Imagine having hundreds of schemas, each with different and obscure naming convention. But there are a few things we can do to work around it.
|
Beta Was this translation helpful? Give feedback.
-
Hi @littleK0i, |
Beta Was this translation helpful? Give feedback.
-
We are loading data into Snowflake using Azure Data Factory (ADF).
ADF does an automatic column mapping from source dataset to the Snowflake table using and exact column name matching.
We have no control over the column names and their casing in the source dataset.
Since SnowDDL always uppercases the identifiers and does not allow white space in them, we are unable to load the data into the tables created by SnowDDL.
Is there an option to enable or allow white space and different capitalizations in colum names?
Beta Was this translation helpful? Give feedback.
All reactions