Limitations - Amazon Redshift

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 .

Limitations

This topic describes limitations for cross-database queries in Amazon Redshift.

When you work with the cross-database query feature in Amazon Redshift, be aware of the limitations following:

  • You can't query views that are created on other databases that refer to objects of yet another database.

  • You can't write to external schemas to database objects on any other unconnected databases.

  • You can only create late-binding and materialized views on objects of other databases in the cluster. You can't create regular views on objects of other databases in the cluster.

  • Amazon Redshift doesn't support tables with column-level privileges for cross-database queries.

  • Running cross-database queries on tables with interleaved sort keys isn't supported.