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:
The system.monitoring.cdc_status table includes the following columns:
Column | Type | Description |
---|---|---|
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