Job is idle — throughput ~0; structure shown.
Fragment 36997 (Actor 742382,742381)
StreamMaterialize { columns: [id, client_id, asset_id, ownership_percentage, disabled_at], stream_key: [id], pk_columns: [id], pk_conflict: Overwrite }
├── output:
│ ┌── olap.private_holdings_dm.id
│ ├── olap.private_holdings_dm.client_id
│ ├── olap.private_holdings_dm.asset_id
│ ├── olap.private_holdings_dm.ownership_percentage
│ └── olap.private_holdings_dm.disabled_at
├── stream key: [ olap.private_holdings_dm.id ]
└── StreamUnion { all: true }
├── output:
│ ┌── olap.private_holdings_dm.id
│ ├── olap.private_holdings_dm.client_id
│ ├── olap.private_holdings_dm.asset_id
│ ├── olap.private_holdings_dm.ownership_percentage
│ └── olap.private_holdings_dm.disabled_at
├── stream key: []
├── MergeExecutor
│ ├── output:
│ │ ┌── olap.private_holdings_dm.id
│ │ ├── olap.private_holdings_dm.client_id
│ │ ├── olap.private_holdings_dm.asset_id
│ │ ├── olap.private_holdings_dm.ownership_percentage
│ │ └── olap.private_holdings_dm.disabled_at
│ └── stream key: [ olap.private_holdings_dm.id ]
├── MergeExecutor { output: [ id, client_id, asset_id, ownership_percentage, disabled_at ], stream key: [] }
└── StreamUpstreamSinkUnion { output: [ id, client_id, asset_id, ownership_percentage, disabled_at ], stream key: [] }
Fragment 36998 (Actor 742383)
StreamCdcTableScan { table: olap.private_holdings_dm, columns: [id, client_id, asset_id, ownership_percentage, disabled_at] }
├── output:
│ ┌── olap.private_holdings_dm.id
│ ├── olap.private_holdings_dm.client_id
│ ├── olap.private_holdings_dm.asset_id
│ ├── olap.private_holdings_dm.ownership_percentage
│ └── olap.private_holdings_dm.disabled_at
├── stream key: [ olap.private_holdings_dm.id ]
└── MergeExecutor { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 36999 (Actor 741685)
StreamCdcFilter { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
└── Upstream { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 37000 (Actor 742385,742384)
StreamDml { columns: [id, client_id, asset_id, ownership_percentage, disabled_at] }
├── output: [ id, client_id, asset_id, ownership_percentage, disabled_at ]
├── stream key: []
└── StreamSource { output: [ id, client_id, asset_id, ownership_percentage, disabled_at ], stream key: [] }