Skip to content

Releases: DataEngineersNZ/dbt-snowflake-datops-utils

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…

grant_usage_to_application macro

26 Aug 05:03

Choose a tag to compare

  • Enhance grant_usage_to_application macro to handle schema grants and add new macros for database and schema usage privileges

grant_usage_to_application macro

26 Aug 01:54

Choose a tag to compare

  • update changelog for v0.3.8.5,
  • add grant_usage_to_application macro
  • fix clean_generic macro handling for file formats

Materialized View Cleanups

22 Aug 03:28

Choose a tag to compare

  • added handling for materialized views in the clean_models macro

Grant Fixes

30 Jul 07:33

Choose a tag to compare

  • updated macro get_grant_functions_ownership_sql to fix issue with parameterless function signature not being returned correctly
  • added additional logging to grant_object macro to ensure that the correct parameters are being passed