| Actor | Fragment | Worker | State |
|---|---|---|---|
| 736097 | 51609 | 51 | running |
| 736098 | 51609 | 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 WHERE closing_date IS NULL AND disabled_at IS NULL AND NOT m_is_stub IS TRUE