| Actor | Fragment | Worker | State |
|---|---|---|---|
| 53994 | 2403 | 3 | running |
| 53995 | 2403 | 3 | running |
CREATE MATERIALIZED VIEW authz.active_accounts_to_clients_mv AS SELECT client_id, account_id FROM olap.accounts_to_clients_dm WHERE disabled_at IS NULL AND effective_end_date IS NULL