Stored procedure grants and ownership #31
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please check It grants READ or WRITE access to other schemas to the OWNER role of the current schema. So It is useful not only for procedures, but also for views. |
Beta Was this translation helpful? Give feedback.
Please check
SCHEMA
parametersowner_schema_read
,owner_schema_write
: https://docs.snowddl.com/basic/yaml-configs/schemaIt grants READ or WRITE access to other schemas to the OWNER role of the current schema. So
owner_s_role
will be able to perform actions on objects in other schemas.It is useful not only for procedures, but also for views.