- Newest
- Most votes
- Most comments
To check the settings used when creating a zero-ETL database in Amazon Redshift, including settings like TRUNCATECOLUMNS and QUERY_ALL_STATES, you can query the SVV_INTEGRATION system view. This view provides information about the configuration details of your zero-ETL integrations.
Additionally, you can monitor your zero-ETL integrations through several other system views:
- SVV_INTEGRATION - Shows configuration details of your zero-ETL integrations
- SYS_INTEGRATION_ACTIVITY - Provides information about completed zero-ETL integrations
- SVV_INTEGRATION_TABLE_MAPPING - Shows mapping metadata values from source to target
- SVV_INTEGRATION_TABLE_STATE - Provides information about integration state
- SYS_INTEGRATION_TABLE_ACTIVITY - Shows insert, delete, and update activity of integrations
- SYS_INTEGRATION_TABLE_STATE_CHANGE - Provides information about table state change logs
You can also check the integration settings through the Amazon Redshift console by navigating to the "Zero-ETL integrations" section in the left navigation pane and selecting your integration ID. This will display metrics and configuration details for your integration.
Sources
Monitoring zero-ETL integrations - Amazon Redshift
How to check Change data capture (CDC) on RDS Zero ETL | AWS re:Post
Relevant content
- asked 2 years ago
- asked 2 years ago
