| Actor | Fragment | Worker | State |
|---|---|---|---|
| 133878 | 26179 | 26 | running |
| 133879 | 26179 | 26 | running |
| 133880 | 26180 | 26 | running |
| 133881 | 26180 | 26 | running |
| 133882 | 26181 | 26 | running |
| 133883 | 26181 | 26 | running |
| 133884 | 26182 | 26 | running |
| 133885 | 26182 | 26 | running |
CREATE MATERIALIZED VIEW insights.benchmark_values_by_asset_sink__rwm_shim AS SELECT c.benchmark_id, c.date AS fact_date, c.asset_id, c.weight FROM asset_service.benchmark_constituents_ft AS c JOIN asset_service.benchmarks_dm AS b ON b.id = c.benchmark_id WHERE b.disabled_at IS NULL