| Actor | Fragment | Worker | State |
|---|---|---|---|
| 53924 | 2376 | 3 | running |
| 53925 | 2376 | 3 | 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