| Actor | Fragment | Worker | State |
|---|---|---|---|
| 32747 | 9685 | 33 | running |
| 32748 | 9685 | 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