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
Many thanks for this great project, it's super useful.
We have a little issue though. We use policy tags on columns to identify sensible data (PII). To make this more visible we use a variable defined in dbt_project.yml:
The issue I have is that dbt-osmosis yaml generate will replace this "{{ var('policy_tag_pii') }}" by the corresponding value.
Is there a way to avoid that behaviour in the current way of things?
I'd be happy to contribute if you think that's something that should be included. Any guidance about where this replacement happens would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Many thanks for this great project, it's super useful.
We have a little issue though. We use policy tags on columns to identify sensible data (PII). To make this more visible we use a variable defined in
dbt_project.yml
:We then use it in
model.yml
like this:We consider this to be more readable.
The issue I have is that
dbt-osmosis yaml generate
will replace this"{{ var('policy_tag_pii') }}"
by the corresponding value.Is there a way to avoid that behaviour in the current way of things?
I'd be happy to contribute if you think that's something that should be included. Any guidance about where this replacement happens would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: