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
STV_DB_ISOLATION_LEVEL
STV_DB_ISOLATION_LEVEL displays the current isolation level for databases. For more information about isolation levels, see CREATE DATABASE.
STV_DB_ISOLATION_LEVEL is visible to all users. Superusers can see all rows; regular users can see only their own data. For more information, see Visibility of data in system tables and views.
Table columns
Column name | Data type | Description |
---|---|---|
db_name | character(128) | The database name. |
isolation_level | character(20) | The isolation level of the database. Possible values include Serializable and Snapshot Isolation . |