| Actor | Fragment | Worker | State |
|---|---|---|---|
| 736109 | 51613 | 51 | running |
| 736110 | 51613 | 51 | running |
| 736116 | 51614 | 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 WHERE disabled_at IS NULL AND effective_start_date <= CURRENT_TIMESTAMP AND effective_end_date IS NULL