

 Amazon Redshift will no longer support the creation of new Python UDFs starting Patch 198. Existing Python UDFs will continue to function until June 30, 2026. For more information, see the [ blog post ](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/). 

# Best practices for discovering metadata
<a name="best-practices-discovering-metadata"></a>

Amazon Redshift provides multiple ways to discover metadata. For applications and tools, including those built with AI agents, we recommend that you use the driver metadata API or `SHOW` commands for consistent, reliable, and performant metadata discovery.

**Topics**
+ [Use the Amazon Redshift driver metadata API for applications and tools](discovering-metadata-driver-api.md)
+ [Use SHOW commands](discovering-metadata-show-commands.md)
+ [Querying system tables](discovering-metadata-system-tables.md)
+ [Set the application name connection property](discovering-metadata-application-name.md)