Releases: DataEngineersNZ/dbt-snowflake-datops-utils
Releases · DataEngineersNZ/dbt-snowflake-datops-utils
Grant Application Select
- added macro
grant_object_applicationto apply the required permissions on the provided object to an application - updated macro
grant_schema_readto only processROLEand notAPPLICATIONgrant statements
Grant Applications
- added macro
grant_object_applicationto apply the required permissions on the provided object to an application - updated macro
grant_schema_readto only processROLEand notAPPLICATIONgrant statements
Grant Shares
- added macro
grant_internal_share_readto applyselectpermissions on all tables and views - added macro
create_internal_sharewhich will create a share that allows unsecured objects and grants reference usage on downstream databases - updated macro
has_matching_nodesto cater for line breaks in the arguments being passed in - updated version of
dbt_utilsto 1.3.3
Grant Shares
- added macro
grant_internal_share_readto applyselectpermissions on all tables and views - added macro
create_internal_sharewhich will create a share which allows unsecured objects and grant reference usages on downstream databases - updated macro
has_matching_nodesto cater for line breaks in the arguments being passed in - updated version of
dbt_utilsto 1.3.3
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…