We currently have dbt_snow_mask configured in our dbt_project.yml to create masking policies for all models on run start and apply policies to run as a post-hook. When materializing a model as a table that references columns from an upstream model with a masking policy applied to it we get the following database error.
String '357715109e6a2d0c23343a5dda82be162326e4715ec69bb8f24755848739d910' is too long and would be truncated
We currently have
dbt_snow_mask
configured in ourdbt_project.yml
to create masking policies for all models on run start and apply policies to run as a post-hook. When materializing a model as a table that references columns from an upstream model with a masking policy applied to it we get the following database error.dbt_project.yml