Job is idle — throughput ~0; structure shown.
Fragment 32747 (Actor 740320,740319)
StreamMaterialize { columns: [id, type, display_name, created_at, updated_at, disabled_at], stream_key: [id], pk_columns: [id], pk_conflict: Overwrite }
├── output:
│ ┌── public.parties.id
│ ├── public.parties.type
│ ├── public.parties.display_name
│ ├── public.parties.created_at
│ ├── public.parties.updated_at
│ └── public.parties.disabled_at
├── stream key: [ public.parties.id ]
└── StreamUnion { all: true }
├── output:
│ ┌── public.parties.id
│ ├── public.parties.type
│ ├── public.parties.display_name
│ ├── public.parties.created_at
│ ├── public.parties.updated_at
│ └── public.parties.disabled_at
├── stream key: []
├── MergeExecutor
│ ├── output:
│ │ ┌── public.parties.id
│ │ ├── public.parties.type
│ │ ├── public.parties.display_name
│ │ ├── public.parties.created_at
│ │ ├── public.parties.updated_at
│ │ └── public.parties.disabled_at
│ └── stream key: [ public.parties.id ]
├── MergeExecutor { output: [ id, type, display_name, created_at, updated_at, disabled_at ], stream key: [] }
└── StreamUpstreamSinkUnion { output: [ id, type, display_name, created_at, updated_at, disabled_at ], stream key: [] }
Fragment 32748 (Actor 740321)
StreamCdcTableScan { table: public.parties, columns: [id, type, display_name, created_at, updated_at, disabled_at] }
├── output:
│ ┌── public.parties.id
│ ├── public.parties.type
│ ├── public.parties.display_name
│ ├── public.parties.created_at
│ ├── public.parties.updated_at
│ └── public.parties.disabled_at
├── stream key: [ public.parties.id ]
└── MergeExecutor { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 32749 (Actor 740278)
StreamCdcFilter { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
└── Upstream { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 32750 (Actor 740323,740322)
StreamDml { columns: [id, type, display_name, created_at, updated_at, disabled_at] }
├── output: [ id, type, display_name, created_at, updated_at, disabled_at ]
├── stream key: []
└── StreamSource { output: [ id, type, display_name, created_at, updated_at, disabled_at ], stream key: [] }