| Actor | Fragment | Worker | State |
|---|---|---|---|
| 747571 | 64366 | 51 | running |
| 747572 | 64366 | 51 | running |
| 747573 | 64367 | 51 | running |
| 747574 | 64367 | 51 | running |
CREATE MATERIALIZED VIEW alinma_bff.report_position_date_boundaries_mv AS SELECT portfolio_id, account_group_type, MIN(dim_balance_date) AS first_position_date, MAX(dim_balance_date) AS last_position_date FROM alinma_bff.report_position_daily_mv AS report_position_daily_mv_next GROUP BY portfolio_id, account_group_type