SVV_INTEGRATION - Amazon Redshift
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

SVV_INTEGRATION

SVV_INTEGRATION displays details about the configuration of integrations.

SVV_INTEGRATION is visible only to superusers. For more information, see Visibility of data in system tables and views.

For information about zero-ETL integrations, see Working with zero-ETL integrations.

Table columns

Column name Data type Description
integration_id character(128) The identifier associated with the integration.
target_database character(128) The database in Amazon Redshift that receives the integration data.
source character(128) The source data for the integration. Possible types include MySQL and PostgreSQL.
state character(128) The state of the integration. Possible values include PendingDbConnectState, SchemaDiscoveryState, CdcRefreshState, and ErrorState.
current_lag bigint The current lag time (milliseconds) between the source and destination of the integration.
last_replicated_checkpoint character(128) The last replicated checkpoint.
total_tables_replicated integer The number of total tables currently in the replicated state.
total_tables_failed integer The number of total tables currently in the failed state.
creation_time timestamp The time (UTC) when the integration is created. It is defined as the time when the target database is created from the integration.

Sample queries

The following SQL command displays the currently defined integrations.

select * from svv_integration; integration_id | target_database | source | state | current_lag | last_replicated_checkpoint | total_tables_replicated | total_tables_failed | creation_time ---------------------------------------+-----------------+--------+-----------------+-------------+-------------------------------------+-------------------------+---------------------+--------------------------- 99108e72-1cfd-414f-8cc0-0216acefac77 | perfdb | MySQL | CdcRefreshState | 56606106 | {"txn_seq":9834,"txn_id":126597515} | 152 | 0 | 2023-09-19 21:05:27.520299