| Actor | Fragment | Worker | State |
|---|---|---|---|
| 740577 | 61940 | 51 | running |
| 740578 | 61940 | 51 | running |
| 740581 | 61941 | 51 | running |
| 740582 | 61941 | 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