Replies: 1 comment
-
Good question. I've considered allowing variable warehouse sizes, but ultimately decided against it. Alternative approaches:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am hoping you can guide me on how to solve this problem:
We have a procedure that'll dynamically scale warehouse size depending on the load. I defined the procedure and the task, and they're created and owned by the schema owner role.
However, it does not have permission to modify the warehouse as schema owner role, and I am looking for suggestions on how to resolve that. We do have a business role that has both schema owner role + technical role that has
modify
on the specific warehouse, but that additional technical role doesn't seem to be applicable due to the task/procedure being owned by the schema owner role rather than the business role.I would love to hear from you on how to solve this issue. I was hoping I can specify
owner_warehouse_modify
or something like that in the schema role yaml definition, but that didn't work. It looks likeowner_warehouse_usage
is the only valid one to be used.Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions