

 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/). 

# Monitoring zero-ETL integrations
<a name="zero-etl-monitoring"></a>

You can monitor your zero-ETL integrations by querying the system views or with Amazon EventBridge.

## Monitoring zero-ETL integrations with Amazon Redshift system views
<a name="zero-etl-monitoring-sysviews"></a>

You can monitor your zero-ETL integrations by querying the following system views in Amazon Redshift.
+ [SVV\$1INTEGRATION](https://docs.aws.amazon.com/redshift/latest/dg/r_SVV_INTEGRATION.html) provides information about configuration details of zero-ETL integrations.
+ [ SYS\$1INTEGRATION\$1ACTIVITY](https://docs.aws.amazon.com/redshift/latest/dg/r_SYS_INTEGRATION_ACTIVITY.html) provides information about completed zero-ETL integrations.
+ [SVV\$1INTEGRATION\$1TABLE\$1MAPPING](https://docs.aws.amazon.com/redshift/latest/dg/r_SVV_INTEGRATION_TABLE_MAPPING.html) provides information about mapping metadata values from source to target.
+ [SVV\$1INTEGRATION\$1TABLE\$1STATE](https://docs.aws.amazon.com/redshift/latest/dg/r_SVV_INTEGRATION_TABLE_STATE.html) provides information about integration state.
+ [ SYS\$1INTEGRATION\$1TABLE\$1ACTIVITY](https://docs.aws.amazon.com/redshift/latest/dg/r_SYS_INTEGRATION_TABLE_ACTIVITY.html) provides information about insert, delete, and update activity of integrations.
+ [ SYS\$1INTEGRATION\$1TABLE\$1STATE\$1CHANGE](https://docs.aws.amazon.com/redshift/latest/dg/r_SYS_INTEGRATION_TABLE_STATE_CHANGE.html) provides information about table state change log for integrations.

## Monitoring zero-ETL integrations with Amazon EventBridge
<a name="zero-etl-monitoring-events"></a>

Amazon Redshift sends integration-related events to Amazon EventBridge. For a list of events and their corresponding event IDs, see [Zero-ETL integration event notifications with Amazon EventBridge](integration-event-notifications.md).