| Actor | Fragment | Worker | State |
|---|---|---|---|
| 742761 | 37226 | 51 | running |
| 742762 | 37226 | 51 | running |
CREATE MATERIALIZED VIEW insights.open_accounts_mv AS SELECT account_id, base_currency_code, is_restricted, product_type_id, opening_date FROM olap.accounts_dm AS accounts_dm_next WHERE closing_date IS NULL AND disabled_at IS NULL AND NOT m_is_stub IS TRUE