| Actor | Fragment | Worker | State |
|---|---|---|---|
| 156797 | 12470 | 33 | running |
| 156798 | 12470 | 33 | 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 WHERE closing_date IS NULL AND disabled_at IS NULL AND NOT m_is_stub IS TRUE