| Actor | Fragment | Worker | State |
|---|---|---|---|
| 53814 | 2355 | 3 | running |
| 53815 | 2354 | 3 | running |
| 53816 | 2354 | 3 | 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