CDC Status

The cdc_status system table includes information about the replication jobs that have been created within your organization.

From a worksheet within Upsolver, run the following query:

SELECT * 
FROM system.monitoring.cdc_status;

The system.monitoring.cdc_status table includes the following columns:

ColumnTypeDescription

job_id

string

The unique identifier for the job.

job_name

string

The name of the job.

status

string

The table replication status, e.g. pending, snapshotting, streaming.

table_name

string

The name of the source table.

Last updated