Amazon Redshift will no longer support the creation of new Python UDFs starting November 1, 2025.
If you would like to use Python UDFs, create the UDFs prior to that date.
Existing Python UDFs will continue to function as normal. For more information, see the
blog post
System permissions for RBAC
Following is a list of system permissions that you can grant to or revoke from a role.
Command | You must have permission by one of the following ways to run the command |
---|---|
CREATE ROLE |
|
DROP ROLE |
|
CREATE USER |
|
DROP USER |
|
ALTER USER |
|
CREATE SCHEMA |
|
DROP SCHEMA |
|
ALTER DEFAULT PRIVILEGES |
|
ACCESS CATALOG |
|
ACCESS SYSTEM TABLE |
|
CREATE TABLE |
|
DROP TABLE |
|
ALTER TABLE |
|
CREATE OR REPLACE FUNCTION |
|
CREATE OR REPLACE EXTERNAL FUNCTION |
|
DROP FUNCTION |
|
CREATE OR REPLACE PROCEDURE |
|
DROP PROCEDURE |
|
CREATE OR REPLACE VIEW |
|
DROP VIEW |
|
CREATE MODEL |
|
DROP MODEL |
|
CREATE DATASHARE |
|
ALTER DATASHARE |
|
DROP DATASHARE |
|
CREATE LIBRARY |
|
DROP LIBRARY |
|
ANALYZE |
|
CANCEL |
|
TRUNCATE TABLE |
|
VACUUM |
|
IGNORE RLS |
|
EXPLAIN RLS |
|
EXPLAIN MASKING |
|