Skip to content

Releases: infinitelambda/dbt-tags

1.3.1

19 Nov 00:54
Compare
Choose a tag to compare

What's Changed

  • Fix target.schema not included in path to tag when dbt_tags__opt_in_default_naming_config is false in #21

Full Changelog: 1.3.0...1.3.1

1.3.0

18 Nov 01:52
Compare
Choose a tag to compare

What's Changed

  • Add variable dbt_tags__opt_in_default_naming_config to use dbt_tags__database and dbt_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

11 Nov 03:50
a693325
Compare
Choose a tag to compare

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

Full Changelog: 1.1.1...1.2.0

1.1.1

24 Jul 05:53
Compare
Choose a tag to compare

What's Changed

  • fix: Correct drop_tags and add poe for utils macros in 41a051d5

Full Changelog: 1.1.0...1.1.1

1.1.0

17 Jul 09:05
cf90c03
Compare
Choose a tag to compare

What's Changed

  • Feat: Policy multiple datatypes and tag values by @ChrisBRAC in #12

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

29 Mar 04:23
Compare
Choose a tag to compare

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

11 Mar 08:56
Compare
Choose a tag to compare

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