Releases: DataEngineersNZ/dbt-snowflake-datops-utils
Releases · DataEngineersNZ/dbt-snowflake-datops-utils
tag doc fix
- fixed issue with tag documentation
Grant Object For Procedures
- 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
added macro grant_procedure_usage to enable the ability to grant usage of a stored procedure to a role
Grant Object For Procedures
- added macro
grant_procedure_usageto enable the ability to grant usage of a stored procedure to a role
Object Logging
0.3.8.7.beta2 Refactor grant_object macro to improve logging and ensure unique role…
Privilege Logging
0.3.8.7.beta1 Enhance logging in grant_object macro to include detailed information…
grant_usage_to_application macro
- 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
- update changelog for v0.3.8.5,
- add grant_usage_to_application macro
- fix clean_generic macro handling for file formats
Materialized View Cleanups
- added handling for materialized views in the
clean_modelsmacro
Grant Fixes
- updated macro
get_grant_functions_ownership_sqlto fix issue with parameterless function signature not being returned correctly - added additional logging to
grant_objectmacro to ensure that the correct parameters are being passed