My team has started using this package for masking and it's been working awesome. But one thing we ran into is having to manually update the masking functions (alter function statements) if for example we needed to add an additional role to the masking targets.
Is the only way to do this currently through dbt to unapply all masking, drop the functions, recreate functions and reapply them?
Ideally we wouldn't want to do this because it would expose sensitive data for a short period of time. I might be missing some functionality that already exists?
Hello!
My team has started using this package for masking and it's been working awesome. But one thing we ran into is having to manually update the masking functions (alter function statements) if for example we needed to add an additional role to the masking targets.
Is the only way to do this currently through dbt to unapply all masking, drop the functions, recreate functions and reapply them? Ideally we wouldn't want to do this because it would expose sensitive data for a short period of time. I might be missing some functionality that already exists?
Thanks!