Job is idle — throughput ~0; structure shown.
Fragment 37077 (Actor 742559,742560)
StreamMaterialize { columns: [id, party_id, type, expiry_date, disabled_at], stream_key: [id], pk_columns: [id], pk_conflict: Overwrite }
├── output:
│ ┌── public.party_identifiers.id
│ ├── public.party_identifiers.party_id
│ ├── public.party_identifiers.type
│ ├── public.party_identifiers.expiry_date
│ └── public.party_identifiers.disabled_at
├── stream key: [ public.party_identifiers.id ]
└── StreamUnion { all: true }
├── output:
│ ┌── public.party_identifiers.id
│ ├── public.party_identifiers.party_id
│ ├── public.party_identifiers.type
│ ├── public.party_identifiers.expiry_date
│ └── public.party_identifiers.disabled_at
├── stream key: []
├── MergeExecutor
│ ├── output:
│ │ ┌── public.party_identifiers.id
│ │ ├── public.party_identifiers.party_id
│ │ ├── public.party_identifiers.type
│ │ ├── public.party_identifiers.expiry_date
│ │ └── public.party_identifiers.disabled_at
│ └── stream key: [ public.party_identifiers.id ]
├── MergeExecutor { output: [ id, party_id, type, expiry_date, disabled_at ], stream key: [] }
└── StreamUpstreamSinkUnion { output: [ id, party_id, type, expiry_date, disabled_at ], stream key: [] }
Fragment 37078 (Actor 742561)
StreamCdcTableScan { table: public.party_identifiers, columns: [id, party_id, type, expiry_date, disabled_at] }
├── output:
│ ┌── public.party_identifiers.id
│ ├── public.party_identifiers.party_id
│ ├── public.party_identifiers.type
│ ├── public.party_identifiers.expiry_date
│ └── public.party_identifiers.disabled_at
├── stream key: [ public.party_identifiers.id ]
└── MergeExecutor { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 37079 (Actor 741713)
StreamCdcFilter { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
└── Upstream { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 37080 (Actor 742562,742563)
StreamDml { columns: [id, party_id, type, expiry_date, disabled_at] }
├── output: [ id, party_id, type, expiry_date, disabled_at ]
├── stream key: []
└── StreamSource { output: [ id, party_id, type, expiry_date, disabled_at ], stream key: [] }