| Actor | Fragment | Worker | State |
|---|---|---|---|
| 742666 | 37131 | 51 | running |
| 742667 | 37130 | 51 | running |
| 742668 | 37130 | 51 | running |
CREATE MATERIALIZED VIEW authz.active_entity_to_teams_mv AS SELECT team_id, entity_id, entity_type FROM olap.entity_to_teams_dm AS entity_to_teams_dm_next WHERE disabled_at IS NULL AND effective_start_date <= CURRENT_TIMESTAMP AND effective_end_date IS NULL