Skip to content

Releases: DataEngineersNZ/dbt-snowflake-datops-utils

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

Object Logging

28 Jul 04:06
9648497

Choose a tag to compare

  • added additional logging to grant_object macro to ensure that the correct parameters are being passed

Object Logging

28 Jul 03:29

Choose a tag to compare

Object Logging Pre-release
Pre-release
0.3.8.2.beta2

Add logging to grant_object macro for parameter tracking

Stored Procedure Grants

25 Jul 02:07

Choose a tag to compare

  • updated macro get_grant_procedure_ownership_sql to fix issue with parameterless procedure signature not being returned correctly

Object Logging

28 Jul 02:24

Choose a tag to compare

Object Logging Pre-release
Pre-release
0.3.8.2.beta1

Fix changelog version from v1.3.8.1 to v0.3.8.1 for Stored Procedure …

Ownership Grants

23 Jul 08:23
c81ead0

Choose a tag to compare

  • updated grant_database_ownership to include the only grant ownership to a role if the role is not already the owner
  • updated grant_schema_ownership to include the only grant ownership to a role if the role is not already the owner

Grant Modifications

23 Jul 08:19

Choose a tag to compare

Grant Modifications Pre-release
Pre-release
  • updated grant_database_ownership to include the only grant ownership to a role if the role is not already the owner
  • updated grant_schema_ownership to include the only grant ownership to a role if the role is not already the owner