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
I would like to use Redshift provider to grant privileges for in-database machine learning.
GRANT CREATE MODEL
TO { username [ WITH GRANT OPTION ] | ROLE role_name | GROUP group_name | PUBLIC } [, ...]
GRANT { EXECUTE | ALL [ PRIVILEGES ] }
ON MODEL model_name [, ...]
TO { username [ WITH GRANT OPTION ] | ROLE role_name | GROUP group_name | PUBLIC } [, ...]
The text was updated successfully, but these errors were encountered:
It will have to be extended to support a new object type. Most parts are pretty simple except for constructing a query that will extract and parse the privileges from Redshift itself.
Hello!
I would like to use Redshift provider to grant privileges for in-database machine learning.
The text was updated successfully, but these errors were encountered: