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
The following example grants INSERT privilege to the sales_admin user group for all new tables and views that you create in the sales schema.
`alter default privileges in schema sales grant insert on tables to group sales_admin; `
Please advise what could be done, thank you!
The text was updated successfully, but these errors were encountered:
Good day!
I have the following resources
The specified groups exist, however, I receive the error message
Error: pq: user "rbac_redshift_engineers" does not exist
From my understanding of the official docs https://docs.aws.amazon.com/redshift/latest/dg/r_ALTER_DEFAULT_PRIVILEGES.html it seems like in the examples, this should be possible:
Please advise what could be done, thank you!
The text was updated successfully, but these errors were encountered: