Skip to content

Releases: DataEngineersNZ/dbt-snowflake-datops-utils

Grant Application Select

12 Feb 03:52

Choose a tag to compare

  • added macro grant_object_application to apply the required permissions on the provided object to an application
  • updated macro grant_schema_read to only process ROLE and not APPLICATION grant statements

Grant Applications

12 Feb 03:23

Choose a tag to compare

Grant Applications Pre-release
Pre-release
  • added macro grant_object_application to apply the required permissions on the provided object to an application
  • updated macro grant_schema_read to only process ROLE and not APPLICATION grant statements

Grant Shares

10 Feb 00:46

Choose a tag to compare

  • added macro grant_internal_share_read to apply select permissions on all tables and views
  • added macro create_internal_share which will create a share that allows unsecured objects and grants reference usage on downstream databases
  • updated macro has_matching_nodes to cater for line breaks in the arguments being passed in
  • updated version of dbt_utils to 1.3.3

Grant Shares

09 Feb 21:20

Choose a tag to compare

Grant Shares Pre-release
Pre-release
  • added macro grant_internal_share_read to apply select permissions on all tables and views
  • added macro create_internal_share which will create a share which allows unsecured objects and grant reference usages on downstream databases
  • updated macro has_matching_nodes to cater for line breaks in the arguments being passed in
  • updated version of dbt_utils to 1.3.3

tag doc fix

07 Oct 02:34

Choose a tag to compare

  • fixed issue with tag documentation

Grant Object For Procedures

06 Oct 21:18
319c381

Choose a tag to compare

  • added macro grant_procedure_usage to enable the ability to grant usage of a stored procedure to a role
  • refactored grant macros in accordance to code reviews

Grant Object For Procedures

06 Oct 19:43

Choose a tag to compare

Pre-release

added macro grant_procedure_usage to enable the ability to grant usage of a stored procedure to a role

Grant Object For Procedures

02 Oct 05:32

Choose a tag to compare

Pre-release
  • added macro grant_procedure_usage to enable the ability to grant usage of a stored procedure to a role

Object Logging

18 Sep 21:22

Choose a tag to compare

Object Logging Pre-release
Pre-release
0.3.8.7.beta2

Refactor grant_object macro to improve logging and ensure unique role…

Privilege Logging

17 Sep 23:06

Choose a tag to compare

Privilege Logging Pre-release
Pre-release
0.3.8.7.beta1

Enhance logging in grant_object macro to include detailed information…