| Actor | Fragment | Worker | State |
|---|---|---|---|
| 53374 | 2307 | 3 | running |
| 53733 | 2305 | 3 | running |
| 53734 | 2305 | 3 | running |
| 53737 | 2306 | 3 | running |
| 53738 | 2308 | 3 | running |
| 53739 | 2308 | 3 | running |
CREATE TABLE party.customer_relationships ( id VARCHAR, party_id VARCHAR, type VARCHAR, status VARCHAR, status_label_id VARCHAR, effective_from DATE, status_changed_at TIMESTAMPTZ, updated_at TIMESTAMPTZ, disabled_at TIMESTAMPTZ, PRIMARY KEY (id) ) WITH ( snapshot='true' ) FROM party.party_source TABLE 'public.customer_relationships'