| Actor | Fragment | Worker | State |
|---|---|---|---|
| 95990 | 4218 | 26 | running |
| 96573 | 4216 | 26 | running |
| 96574 | 4216 | 26 | running |
| 96575 | 4217 | 26 | running |
| 96578 | 4219 | 26 | running |
| 96579 | 4219 | 26 | 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'