Job is idle — throughput ~0; structure shown.
Fragment 37105 (Actor 742591,742592)
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 37106 (Actor 742593)
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 37107 (Actor 741823)
StreamCdcFilter { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
└── Upstream { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 37108 (Actor 742610,742609)
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: [] }