Closed mbritton-neuroflow closed 2 years ago
@mbritton-neuroflow I believe the functionality you are looking for has been added here, can you please check and confirm when you have a few .
Release candidate https://github.com/entechlog/dbt-snow-mask/releases/tag/0.2.0rc1.
Hi! Yes, that looks like it accomplishes what I was looking for. I am OOO until June 13th but I will test when I return. Thank you!
@mbritton-neuroflow , Thank You and will wait for your test feedback before I close this issue
Tested and works great. Thank you again!
Hello, thanks for this great package!
I would like to use the
use_common_masking_policy_db
functionality to fix only the schema, but not the database. So for example my masking policies will always live in thepublic
schema, but I want to maintain separation between my prod and dev environments. Otherwise as I understand it testing out a new masking policy definition in dev could update my prod environment!If my understanding is correct, and this change fits in with your product vision, I'd be happy to contribute a fork. The line in question is here, should be a pretty simple change.