This may sound supper petty, buy Snowflake forcing all table names into uppercase has made development rather hard.
tables like
- stagingUserInfoUK
- stagingUserDetailUK
- stagingProduct
- stagingUser
become
- STAGINGUSERINFOUK
- STAGINGUSERDETAILUK
- STAGINGPRODUCT
- STAGINGUSER
Which are rather hard to read. I have the same issue with column names:
- productName
- productCategoryName
- productCategoryId
become
- PRODUCTNAME
- PRODUCTCATEGORYNAME
- PRODUCTCATEGORYID
Is there a way to enforce camel-case on table/column names in the snowflake UI?