Releases: infinitelambda/dbt-tags
Releases · infinitelambda/dbt-tags
1.3.1
1.3.0
What's Changed
- Add variable
dbt_tags__opt_in_default_naming_config
to usedbt_tags__database
anddbt_tags__schema
to disable the env management from dbt. - Docs updating
Under the hood
- feat: document dbt_tags__tag_source_columns variable by @bsuryachandra in #18
- feat: Add dbt_tags__opt_in_default_naming_config to disable env management by @bkimjin in #20
New Contributors
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Support the dbt resource type = source
Under the hood
- chore(deps): bump the pip group across 1 directory with 2 updates by @dependabot in #17
- feat: add macro to apply tags to source columns in on-run-end hook by @bsuryachandra in #16
New Contributors
- @bsuryachandra made their first contribution in #16
Full Changelog: 1.1.1...1.2.0
1.1.1
1.1.0
What's Changed
- Feat: Policy multiple datatypes and tag values by @ChrisBRAC in #12
New Contributors
- @ChrisBRAC made their first contribution in #12
Full Changelog: 1.0.0...1.1.0
1.0.0
We're excited to announce the release of dbt-tags, a tool for managing tag-based masking policies in Snowflake. dbt-tags helps you implement and enforce data masking strategies using tags assigned to columns in your Snowflake tables, thus simplify the process of managing data masking within your dbt project.
What you can do with it?
- Create column tags
- Define and create masking policies associating to tags
- Apply those masking policies to tags
- Unapply masking policies from tags
Full Changelog: 0.1.0...1.0.0
0.1.0
Features [UNDERGROUND version] 🎉
- (Configurably) Convert dbt tags to Snowflake column tags
- Manage the Snowflake Dynamic Data Masking Policies based on the tag name
- Manage to apply & unapply masking policies to column tags
Full Changelog: https://github.com/infinitelambda/dbt-tags/commits/0.1.0