| Actor | Fragment | Worker | State |
|---|---|---|---|
| 99218 | 23244 | 26 | running |
| 99219 | 23244 | 26 | running |
| 99220 | 23245 | 26 | running |
| 99221 | 23245 | 26 | running |
| 101890 | 23246 | 26 | running |
| 101891 | 23246 | 26 | running |
| 101892 | 23247 | 26 | running |
| 101893 | 23247 | 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