| Actor | Fragment | Worker | State |
|---|---|---|---|
| 53326 | 2239 | 3 | running |
| 53556 | 2237 | 3 | running |
| 53557 | 2237 | 3 | running |
| 53558 | 2238 | 3 | running |
| 53559 | 2240 | 3 | running |
| 53560 | 2240 | 3 | 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'