| Actor | Fragment | Worker | State |
|---|---|---|---|
| 741810 | 37091 | 51 | running |
| 742553 | 37089 | 51 | running |
| 742554 | 37089 | 51 | running |
| 742555 | 37090 | 51 | running |
| 742589 | 37092 | 51 | running |
| 742590 | 37092 | 51 | running |
CREATE TABLE asset_service.asset_distributions_dm ( asset_id VARCHAR, dimension VARCHAR, taxonomy_node_id VARCHAR, percentage DECIMAL, effective_start_date DATE, effective_end_date DATE, updated_at TIMESTAMPTZ, PRIMARY KEY (asset_id, dimension, taxonomy_node_id, effective_start_date) ) WITH ( snapshot='true' ) FROM asset_service.asset_service_source TABLE 'public.asset_distributions_dm'