You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have been using your great packages, and it works fine.
However, in one use case the role name has a special character in the name, and it gives a Snowflake validation error. The fix is quite easy, as you should simply need to replace
{{ new_owner_role }} with "{{ new_owner_role }}"
in file grant_ownership_on_schema_objects.sql
Then it should work in all setups both with and without special characters. However, you might consider to add an UPPER statement to avoid a breaking change for those who have entered the role name in lowercase.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi
I have been using your great packages, and it works fine.
However, in one use case the role name has a special character in the name, and it gives a Snowflake validation error. The fix is quite easy, as you should simply need to replace
{{ new_owner_role }} with "{{ new_owner_role }}"
in file grant_ownership_on_schema_objects.sql
Then it should work in all setups both with and without special characters. However, you might consider to add an UPPER statement to avoid a breaking change for those who have entered the role name in lowercase.
Thanks.
The text was updated successfully, but these errors were encountered: