Job is idle — throughput ~0; structure shown.
Fragment 34238 (Actor 738349,738348)
StreamMaterialize { columns: [id, order_id, quantity, price, commission, execution_trans_type, executed_at, fees], stream_key: [id, executed_at], pk_columns: [id], pk_conflict: Overwrite, watermark_columns: [executed_at] }
├── output:
│ ┌── oms.order_executions.id
│ ├── oms.order_executions.order_id
│ ├── oms.order_executions.quantity
│ ├── oms.order_executions.price
│ ├── oms.order_executions.commission
│ ├── oms.order_executions.execution_trans_type
│ ├── oms.order_executions.executed_at
│ └── oms.order_executions.fees
├── stream key: [ oms.order_executions.id, oms.order_executions.executed_at ]
└── StreamWatermarkFilter [upsert] { watermark_descs: [Desc { column: oms.order_executions.executed_at, expr: SubtractWithTimeZone(oms.order_executions.executed_at, '5 years':Interval, 'UTC':Varchar) }], output_watermarks: [[oms.order_executions.executed_at]] }
├── output:
│ ┌── oms.order_executions.id
│ ├── oms.order_executions.order_id
│ ├── oms.order_executions.quantity
│ ├── oms.order_executions.price
│ ├── oms.order_executions.commission
│ ├── oms.order_executions.execution_trans_type
│ ├── oms.order_executions.executed_at
│ └── oms.order_executions.fees
├── stream key: []
└── StreamUnion { all: true }
├── output:
│ ┌── oms.order_executions.id
│ ├── oms.order_executions.order_id
│ ├── oms.order_executions.quantity
│ ├── oms.order_executions.price
│ ├── oms.order_executions.commission
│ ├── oms.order_executions.execution_trans_type
│ ├── oms.order_executions.executed_at
│ └── oms.order_executions.fees
├── stream key: []
├── MergeExecutor
│ ├── output:
│ │ ┌── oms.order_executions.id
│ │ ├── oms.order_executions.order_id
│ │ ├── oms.order_executions.quantity
│ │ ├── oms.order_executions.price
│ │ ├── oms.order_executions.commission
│ │ ├── oms.order_executions.execution_trans_type
│ │ ├── oms.order_executions.executed_at
│ │ └── oms.order_executions.fees
│ └── stream key: [ oms.order_executions.id ]
├── MergeExecutor { output: [ id, order_id, quantity, price, commission, execution_trans_type, executed_at, fees ], stream key: [] }
└── StreamUpstreamSinkUnion { output: [ id, order_id, quantity, price, commission, execution_trans_type, executed_at, fees ], stream key: [] }
Fragment 34239 (Actor 738350)
StreamCdcTableScan { table: oms.order_executions, columns: [id, order_id, quantity, price, commission, execution_trans_type, executed_at, fees] }
├── output:
│ ┌── oms.order_executions.id
│ ├── oms.order_executions.order_id
│ ├── oms.order_executions.quantity
│ ├── oms.order_executions.price
│ ├── oms.order_executions.commission
│ ├── oms.order_executions.execution_trans_type
│ ├── oms.order_executions.executed_at
│ └── oms.order_executions.fees
├── stream key: [ oms.order_executions.id ]
└── MergeExecutor { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 34240 (Actor 736973)
StreamCdcFilter { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
└── Upstream { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 34241 (Actor 738365,738364)
StreamDml { columns: [id, order_id, quantity, price, commission, execution_trans_type, executed_at, fees] } { output: [ id, order_id, quantity, price, commission, execution_trans_type, executed_at, fees ], stream key: [] }
└── StreamSource { output: [ id, order_id, quantity, price, commission, execution_trans_type, executed_at, fees ], stream key: [] }