Job is idle — throughput ~0; structure shown.
Fragment 5310 (Actor 96711,96710)
StreamMaterialize { columns: [account_id, name, number, product_type_id, base_currency_code, is_restricted, opening_date, closing_date, created_at, disabled_at, status_label_id], stream_key: [account_id], pk_columns: [account_id], pk_conflict: NoCheck }
├── output:
│ ┌── accounts_dm.account_id
│ ├── accounts_dm.name
│ ├── accounts_dm.number
│ ├── accounts_dm.product_type_id
│ ├── accounts_dm.base_currency_code
│ ├── accounts_dm.is_restricted
│ ├── accounts_dm.opening_date
│ ├── accounts_dm.closing_date
│ ├── accounts_dm.created_at
│ ├── accounts_dm.disabled_at
│ └── accounts_dm.status_label_id
├── stream key: [ accounts_dm.account_id ]
└── StreamTableScan { table: accounts_dm, columns: [account_id, name, number, product_type_id, base_currency_code, is_restricted, opening_date, closing_date, created_at, disabled_at, status_label_id] }
├── output:
│ ┌── accounts_dm.account_id
│ ├── accounts_dm.name
│ ├── accounts_dm.number
│ ├── accounts_dm.product_type_id
│ ├── accounts_dm.base_currency_code
│ ├── accounts_dm.is_restricted
│ ├── accounts_dm.opening_date
│ ├── accounts_dm.closing_date
│ ├── accounts_dm.created_at
│ ├── accounts_dm.disabled_at
│ └── accounts_dm.status_label_id
├── stream key: [ accounts_dm.account_id ]
├── Upstream { output: [ account_id, name, number, product_type_id, base_currency_code, is_restricted, opening_date, closing_date, created_at, disabled_at, status_label_id ], stream key: [] }
└── BatchPlanNode { output: [ account_id, name, number, product_type_id, base_currency_code, is_restricted, opening_date, closing_date, created_at, disabled_at, status_label_id ], stream key: [] }