File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11# Data Engineers Snowflake DataOps Utils Project Changelog
22
3+ ## v0.3.8.2 2025-08-15 - Stored Procedure Grants Fix
4+
5+ * added additional logging to ` grant_object ` macro to ensure that the correct parameters are being passed
6+
37## v0.3.8.1 2025-07-25 - Stored Procedure Grants
48
59* updated macro ` get_grant_procedure_ownership_sql ` to fix issue with parameterless procedure signature not being returned correctly
Original file line number Diff line number Diff line change 55 {% set existing_grants = [] %}
66
77 {% for object in objects %}
8+ {% do log(" processing " ~ grant_types ~ " for " ~ object ~ " for " ~ grant_roles, info= True) %}
89 {% set query %}
910 show grants on {{ object_type }} {{ target .database }}.{{ object }};
1011 {% endset %}
You can’t perform that action at this time.
0 commit comments