Releases: entechlog/dbt-snow-mask
Releases · entechlog/dbt-snow-mask
0.2.0
What's Changed
- Enable functionality to use common schema in model database by @jodybuz in #30
- changes to set masking_policy_list outside of the loop by @entechlog in #33
- changes to add flag create_masking_policy_schema by @entechlog in #34
New Contributors
Full Changelog: 0.1.9...0.2.0
0.2.0rc2
What's Changed
- changes to add flag create_masking_policy_schema by @entechlog in #34
Full Changelog: 0.2.0rc1...0.2.0rc2
0.2.0rc1
What's Changed
- Enable functionality to use common schema in model database by @jodybuz in #30
- changes to set masking_policy_list outside of the loop by @entechlog in #33
New Contributors
Full Changelog: 0.1.9...0.2.0rc1
0.1.9
What's Changed
- Updating to use source node info by @lbk-fishtown in #28
New Contributors
- @lbk-fishtown made their first contribution in #28
Full Changelog: 0.1.8...0.1.9
0.1.8
What's Changed
- changes to add flag to control common masking policy db by @entechlog in #25
Full Changelog: 0.1.7...0.1.8
0.1.8rc1
changes to add flag to control common masking policy
Full Changelog: 0.1.7...0.1.8rc1
How to configure database and schema for the masking policy ?
By default this process creates the masking policies in same directory as the database objects. You can change this default behavior by using following parameters in your dbt_project.yml
use_common_masking_policy_db
(optional): Flag to enable the usage of a common db/schema for all masking policies. Valid values are “True” OR "False"common_masking_policy_db
(optional): The database name for creating masking policiescommon_masking_policy_schema
(optional): The schema name for creating masking policies
0.1.7
0.1.6
What's Changed
- Update README.md by @robscriva in #12
- Bump required dbt version to 1.0.0 by @808sAndBR in #15
New Contributors
- @808sAndBR made their first contribution in #15
Full Changelog: 0.1.5...0.1.6