| Actor | Fragment | Worker | State |
|---|---|---|---|
| 33269 | 11475 | 33 | running |
| 33270 | 11475 | 33 | running |
| 33940 | 11472 | 33 | running |
| 33941 | 11472 | 33 | running |
| 33942 | 11473 | 33 | running |
| 33943 | 11473 | 33 | running |
| 33970 | 11474 | 33 | running |
| 33971 | 11474 | 33 | 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