| Actor | Fragment | Worker | State |
|---|---|---|---|
| 156806 | 4517 | 33 | running |
| 156923 | 4515 | 33 | running |
| 156924 | 4515 | 33 | running |
| 156953 | 4516 | 33 | running |
| 156954 | 4518 | 33 | running |
| 156955 | 4518 | 33 | running |
CREATE TABLE olap.accounts_to_clients_dm ( account_id VARCHAR, client_id VARCHAR, owner_type VARCHAR, updated_at TIMESTAMPTZ, disabled_at TIMESTAMPTZ, effective_start_date DATE, effective_end_date DATE, PRIMARY KEY (account_id, client_id, effective_start_date) ) WITH ( snapshot='true' ) FROM olap.olap_source TABLE 'olap.accounts_to_clients_dm'