| Actor | Fragment | Worker | State |
|---|---|---|---|
| 32863 | 9736 | 33 | running |
| 32864 | 9735 | 33 | running |
| 32865 | 9735 | 33 | running |
CREATE MATERIALIZED VIEW authz.active_entity_to_teams_mv AS SELECT team_id, entity_id, entity_type FROM olap.entity_to_teams_dm WHERE disabled_at IS NULL AND effective_start_date <= CURRENT_TIMESTAMP AND effective_end_date IS NULL