finos/legend-pure

Snowflake support for convertVarchar128()

Closed this issue · 1 comments

It would be good to have Snowflake support for convertVarchar128().

The soon-to-be-added PR for this will achieve using Snowflake's to_char (see https://docs.snowflake.com/en/sql-reference/functions/to_char.html). Note that unlike with other DBs, the result will not be padded.

pulled, merged, released