We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1384889 commit 15740bbCopy full SHA for 15740bb
tests/compat_fuse/compat-logictest/rbac/fuse_compat_write
@@ -19,8 +19,5 @@ create role 'role2';
19
statement ok
20
GRANT OWNERSHIP on udf a to role 'role1';
21
22
-#statement ok
23
-#create warehouse w1 with warehouse_size=1;
24
-#
25
26
-#GRANT OWNERSHIP on warehouse w1 to role 'role1';
+statement ok
+GRANT create warehouse on *.* to role 'role1';
0 commit comments