malloydata / malloy

Malloy is an experimental language for describing data relationships and transformations.
http://www.malloydata.dev
MIT License
1.91k stars 75 forks source link

[snowflake] enable snowflake safe cast when src type == string #1725

Closed pavanka closed 2 months ago

pavanka commented 2 months ago

In Snowflake: by default even if we have quotes it seems to have ALL_CAPS in output

Screenshot 2024-04-17 at 10 49 58 AM

but explicitly saying please do not ignore case (which is what we decided for malloy) outputs match expected outputs (in terms of case)

Screenshot 2024-04-17 at 10 52 04 AM