Job is idle — throughput ~0; structure shown.
Fragment 51795 (Actor 736713,736712)
StreamMaterialize { columns: [goal_id, client_id], stream_key: [goal_id], pk_columns: [goal_id], pk_conflict: NoCheck }
├── output: [ goal.goal_id, goal.client_id ]
├── stream key: [ goal.goal_id ]
└── StreamProject { exprs: [goal.goal_id, goal.client_id] }
├── output: [ goal.goal_id, goal.client_id ]
├── stream key: [ goal.goal_id ]
└── StreamFilter { predicate: IsNull(goal.deleted_at) AND Not(IsNull(goal.client_id)) }
├── output: [ goal.goal_id, goal.client_id, goal.deleted_at ]
├── stream key: [ goal.goal_id ]
└── StreamTableScan { table: goal, columns: [goal_id, client_id, deleted_at] }
├── output: [ goal.goal_id, goal.client_id, goal.deleted_at ]
├── stream key: [ goal.goal_id ]
├── Upstream { output: [ goal_id, client_id, deleted_at ], stream key: [] }
└── BatchPlanNode { output: [ goal_id, client_id, deleted_at ], stream key: [] }