Releases: DataEngineersNZ/dbt-snowflake-datops-utils
Releases · DataEngineersNZ/dbt-snowflake-datops-utils
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
Object Logging
- added additional logging to grant_object macro to ensure that the correct parameters are being passed
Object Logging
0.3.8.2.beta2 Add logging to grant_object macro for parameter tracking
Stored Procedure Grants
- updated macro
get_grant_procedure_ownership_sqlto fix issue with parameterless procedure signature not being returned correctly
Object Logging
0.3.8.2.beta1 Fix changelog version from v1.3.8.1 to v0.3.8.1 for Stored Procedure …
Ownership Grants
- 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
- 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