Job is idle — throughput ~0; structure shown.
Fragment 32711 (Actor 740286,740287)
StreamMaterialize { columns: [team_id, name, description, type, created_at, updated_at, disabled_at, disabled_reason], stream_key: [team_id], pk_columns: [team_id], pk_conflict: Overwrite }
├── output:
│ ┌── olap.teams_dm.team_id
│ ├── olap.teams_dm.name
│ ├── olap.teams_dm.description
│ ├── olap.teams_dm.type
│ ├── olap.teams_dm.created_at
│ ├── olap.teams_dm.updated_at
│ ├── olap.teams_dm.disabled_at
│ └── olap.teams_dm.disabled_reason
├── stream key: [ olap.teams_dm.team_id ]
└── StreamUnion { all: true }
├── output:
│ ┌── olap.teams_dm.team_id
│ ├── olap.teams_dm.name
│ ├── olap.teams_dm.description
│ ├── olap.teams_dm.type
│ ├── olap.teams_dm.created_at
│ ├── olap.teams_dm.updated_at
│ ├── olap.teams_dm.disabled_at
│ └── olap.teams_dm.disabled_reason
├── stream key: []
├── MergeExecutor
│ ├── output:
│ │ ┌── olap.teams_dm.team_id
│ │ ├── olap.teams_dm.name
│ │ ├── olap.teams_dm.description
│ │ ├── olap.teams_dm.type
│ │ ├── olap.teams_dm.created_at
│ │ ├── olap.teams_dm.updated_at
│ │ ├── olap.teams_dm.disabled_at
│ │ └── olap.teams_dm.disabled_reason
│ └── stream key: [ olap.teams_dm.team_id ]
├── MergeExecutor { output: [ team_id, name, description, type, created_at, updated_at, disabled_at, disabled_reason ], stream key: [] }
└── StreamUpstreamSinkUnion { output: [ team_id, name, description, type, created_at, updated_at, disabled_at, disabled_reason ], stream key: [] }
Fragment 32712 (Actor 740288)
StreamCdcTableScan { table: olap.teams_dm, columns: [team_id, name, description, type, created_at, updated_at, disabled_at, disabled_reason] }
├── output:
│ ┌── olap.teams_dm.team_id
│ ├── olap.teams_dm.name
│ ├── olap.teams_dm.description
│ ├── olap.teams_dm.type
│ ├── olap.teams_dm.created_at
│ ├── olap.teams_dm.updated_at
│ ├── olap.teams_dm.disabled_at
│ └── olap.teams_dm.disabled_reason
├── stream key: [ olap.teams_dm.team_id ]
└── MergeExecutor { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 32713 (Actor 736923)
StreamCdcFilter { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
└── Upstream { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 32714 (Actor 736977,736978)
StreamDml { columns: [team_id, name, description, type, created_at, updated_at, disabled_at, disabled_reason] }
├── output: [ team_id, name, description, type, created_at, updated_at, disabled_at, disabled_reason ]
├── stream key: []
└── StreamSource { output: [ team_id, name, description, type, created_at, updated_at, disabled_at, disabled_reason ], stream key: [] }