Skip to content

Releases: entechlog/dbt-snow-mask

0.2.0

02 Jun 15:27
22d7260
Compare
Choose a tag to compare

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

01 Jun 23:33
22d7260
Compare
Choose a tag to compare
0.2.0rc2 Pre-release
Pre-release

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

28 May 03:03
8eae7ab
Compare
Choose a tag to compare
0.2.0rc1 Pre-release
Pre-release

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

06 May 00:34
e675ce9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.8...0.1.9

0.1.8

25 Apr 17:06
284b6ee
Compare
Choose a tag to compare

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

22 Apr 16:53
Compare
Choose a tag to compare
0.1.8rc1 Pre-release
Pre-release

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 policies
  • common_masking_policy_schema (optional): The schema name for creating masking policies

0.1.7

20 Mar 04:01
74a6c92
Compare
Choose a tag to compare

What's Changed

  • set result of run_query() to variable by @dtger in #22
  • changes to update instructions in README.md by @entechlog in #23

New Contributors

  • @dtger made their first contribution in #22

Full Changelog: 0.1.6...0.1.7

0.1.6

06 Jan 17:53
63c932b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.5...0.1.6

0.1.5

11 Sep 21:06
8b0ed3f
Compare
Choose a tag to compare

changes to enable masking on source views and identifiers

0.1.4

25 Aug 06:47
935c7f2
Compare
Choose a tag to compare

Change datetime call and format for logging