Job is idle — throughput ~0; structure shown.
Fragment 37069 (Actor 742493,742494)
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 37070 (Actor 742546)
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 37071 (Actor 741709)
StreamCdcFilter { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
└── Upstream { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 37072 (Actor 742552,742551)
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: [] }