Column Collation of a dbt Model

The problem I’m having

I have to change the collation of a dbt Model so that when it would execute it will have the required collation.

The context of why I’m trying to do this

This I need to do because of some requirements of the column values.

What I’ve already tried

I have tried to change the collation after model execution but I need some help to change the collation in dbt Model.

1 Like