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
Looking at the source code, it seems plausible that quoting is not honored. Though, that might be abstracted behind a function I am not seeing at the moment.
Does dbt-snow-mask honor the
quote
config (https://docs.getdbt.com/reference/resource-properties/quote) on at least the column?I have collected the following information from one of our Analytics Engineers.
Situation:
models/_foo_source.yml
When we run dbt-snow-mask on the sources, we see the following error:
Here is the query it attempted to run:
We see the column name is not quoted.
Looking at the source code, it seems plausible that quoting is not honored. Though, that might be abstracted behind a function I am not seeing at the moment.
https://github.com/entechlog/dbt-snow-mask/blob/main/macros/snow-mask/apply-policy/apply_masking_policy_list_for_sources.sql#L66
I've traced the logic back to:
dbt-snow-mask/macros/snow-mask/get_meta_objects.sql
Line 6 in fc59b0c
Here is what I pulled out of the manifest.json file:
The text was updated successfully, but these errors were encountered: