| Actor | Fragment | Worker | State |
|---|---|---|---|
| 742631 | 37127 | 51 | running |
| 742632 | 37127 | 51 | running |
CREATE MATERIALIZED VIEW authz.active_accounts_to_clients_mv AS SELECT client_id, account_id FROM olap.accounts_to_clients_dm AS accounts_to_clients_dm_next WHERE disabled_at IS NULL AND effective_end_date IS NULL