You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Fix is in the branch 665-snowflake-collation. Though this removes collation from all VARCHAR columns, collated or not. While this is benign, it is unnecessary. Would it be more appropriate to have a conditional or some other way to select this feature?
Describe the bug
If a Snowflake VARCHAR column is defined with collation, REGEX functions cause an error.
To Reproduce
Steps to reproduce the behavior:
soda analyze ...
soda scan ...
using that scan fileContext
Snowflake does not support REGEX on collated columns.
Collation can be removed from a column by wrapping the expression in,
COLLATE({expr}, '')
OS: Mac OS Big Sur version 11.6
Python Version: Python 3.9.10
Soda SQL Version: 2.1.2
Warehouse Type: Snowflake
The text was updated successfully, but these errors were encountered: