Job is idle — throughput ~0; structure shown.
Fragment 64799 (Actor 742927,742926)
StreamSink { type: upsert, columns: [asset_id, type], downstream_pk: [assets_dm_next.id] }
├── output: [ assets_dm_next.id, assets_dm_next.type ]
├── stream key: [ assets_dm_next.id ]
└── StreamProject { exprs: [assets_dm_next.id, assets_dm_next.type] }
├── output: [ assets_dm_next.id, assets_dm_next.type ]
├── stream key: [ assets_dm_next.id ]
└── StreamFilter { predicate: IsNull(assets_dm_next.disabled_at) }
├── output: [ assets_dm_next.id, assets_dm_next.type, assets_dm_next.disabled_at ]
├── stream key: [ assets_dm_next.id ]
└── StreamTableScan { table: assets_dm_next, columns: [id, type, disabled_at] }
├── output:
│ ┌── assets_dm_next.id
│ ├── assets_dm_next.type
│ └── assets_dm_next.disabled_at
├── stream key: [ assets_dm_next.id ]
├── Upstream { output: [ id, type, disabled_at ], stream key: [] }
└── BatchPlanNode { output: [ id, type, disabled_at ], stream key: [] }