Job is idle — throughput ~0; structure shown.
Fragment 52397 (Actor 737829,737830)
StreamMaterialize { columns: [team_id, account_id, updated_at], stream_key: [team_id, account_id], pk_columns: [team_id, account_id], pk_conflict: NoCheck }
├── output: [ entity_to_teams_dm.team_id, accounts_to_clients_dm.account_id, max($expr1) ]
├── stream key: [ entity_to_teams_dm.team_id, accounts_to_clients_dm.account_id ]
└── StreamProject { exprs: [entity_to_teams_dm.team_id, accounts_to_clients_dm.account_id, max($expr1)] }
├── output: [ entity_to_teams_dm.team_id, accounts_to_clients_dm.account_id, max($expr1) ]
├── stream key: [ entity_to_teams_dm.team_id, accounts_to_clients_dm.account_id ]
└── StreamHashAgg { group_key: [entity_to_teams_dm.team_id, accounts_to_clients_dm.account_id], aggs: [max($expr1), count] }
├── output: [ entity_to_teams_dm.team_id, accounts_to_clients_dm.account_id, max($expr1), count ]
├── stream key: [ entity_to_teams_dm.team_id, accounts_to_clients_dm.account_id ]
└── StreamLocalityProvider { locality_columns: [entity_to_teams_dm.team_id, accounts_to_clients_dm.account_id] }
├── output:
│ ┌── entity_to_teams_dm.team_id
│ ├── accounts_to_clients_dm.account_id
│ ├── $expr1
│ ├── entity_to_teams_dm.entity_id
│ ├── entity_to_teams_dm.team_id
│ ├── entity_to_teams_dm.entity_type
│ ├── accounts_to_clients_dm.account_id
│ ├── entity_to_teams_dm.effective_start_date
│ ├── accounts_to_clients_dm.effective_start_date
│ └── $src
├── stream key:
│ ┌── entity_to_teams_dm.team_id
│ ├── accounts_to_clients_dm.account_id
│ ├── entity_to_teams_dm.entity_id
│ ├── entity_to_teams_dm.team_id
│ ├── entity_to_teams_dm.entity_type
│ ├── entity_to_teams_dm.effective_start_date
│ ├── accounts_to_clients_dm.account_id
│ ├── accounts_to_clients_dm.effective_start_date
│ └── $src
└── MergeExecutor
├── output:
│ ┌── entity_to_teams_dm.team_id
│ ├── accounts_to_clients_dm.account_id
│ ├── $expr1
│ ├── entity_to_teams_dm.entity_id
│ ├── entity_to_teams_dm.team_id
│ ├── entity_to_teams_dm.entity_type
│ ├── accounts_to_clients_dm.account_id
│ ├── entity_to_teams_dm.effective_start_date
│ ├── accounts_to_clients_dm.effective_start_date
│ └── $src
└── stream key:
┌── entity_to_teams_dm.entity_id
├── entity_to_teams_dm.team_id
├── entity_to_teams_dm.entity_type
├── entity_to_teams_dm.effective_start_date
├── accounts_to_clients_dm.account_id
├── accounts_to_clients_dm.effective_start_date
└── $src
Fragment 52398 (Actor 737832,737831)
StreamUnion { all: true }
├── output:
│ ┌── entity_to_teams_dm.team_id
│ ├── accounts_to_clients_dm.account_id
│ ├── $expr1
│ ├── entity_to_teams_dm.entity_id
│ ├── entity_to_teams_dm.team_id
│ ├── entity_to_teams_dm.entity_type
│ ├── accounts_to_clients_dm.account_id
│ ├── entity_to_teams_dm.effective_start_date
│ ├── accounts_to_clients_dm.effective_start_date
│ └── $src
├── stream key:
│ ┌── entity_to_teams_dm.entity_id
│ ├── entity_to_teams_dm.team_id
│ ├── entity_to_teams_dm.entity_type
│ ├── entity_to_teams_dm.effective_start_date
│ ├── accounts_to_clients_dm.account_id
│ ├── accounts_to_clients_dm.effective_start_date
│ └── $src
├── MergeExecutor
│ ├── output:
│ │ ┌── entity_to_teams_dm.team_id
│ │ ├── accounts_to_clients_dm.account_id
│ │ ├── $expr1
│ │ ├── entity_to_teams_dm.entity_id
│ │ ├── entity_to_teams_dm.team_id
│ │ ├── entity_to_teams_dm.entity_type
│ │ ├── accounts_to_clients_dm.account_id
│ │ ├── entity_to_teams_dm.effective_start_date
│ │ ├── accounts_to_clients_dm.effective_start_date
│ │ └── 0:Int32
│ └── stream key:
│ ┌── entity_to_teams_dm.entity_id
│ ├── entity_to_teams_dm.team_id
│ ├── entity_to_teams_dm.entity_type
│ ├── entity_to_teams_dm.effective_start_date
│ ├── accounts_to_clients_dm.account_id
│ └── accounts_to_clients_dm.effective_start_date
├── MergeExecutor
│ ├── output:
│ │ ┌── team_to_parties_mv.team_id
│ │ ├── active_parties_to_accounts_mv.account_id
│ │ ├── $expr2
│ │ ├── team_to_parties_mv.party_id
│ │ ├── team_to_parties_mv.team_id
│ │ ├── active_parties_to_accounts_mv.account_id
│ │ ├── null:Varchar
│ │ ├── null:Date
│ │ ├── null:Date
│ │ └── 1:Int32
│ └── stream key: [ team_to_parties_mv.party_id, team_to_parties_mv.team_id, active_parties_to_accounts_mv.account_id ]
└── MergeExecutor
├── output:
│ ┌── team_to_portfolios_mv.team_id
│ ├── account_to_portfolios_dm.account_id
│ ├── team_to_portfolios_mv.updated_at
│ ├── team_to_portfolios_mv.portfolio_id
│ ├── team_to_portfolios_mv.team_id
│ ├── account_to_portfolios_dm.account_id
│ ├── null:Varchar
│ ├── account_to_portfolios_dm.effective_start_date
│ ├── null:Date
│ └── 2:Int32
└── stream key:
┌── team_to_portfolios_mv.portfolio_id
├── team_to_portfolios_mv.team_id
├── account_to_portfolios_dm.account_id
└── account_to_portfolios_dm.effective_start_date
Fragment 52399 (Actor 737836,737835)
StreamProject { exprs: [entity_to_teams_dm.team_id, accounts_to_clients_dm.account_id, Greatest(entity_to_teams_dm.updated_at, accounts_to_clients_dm.updated_at) as $expr1, entity_to_teams_dm.entity_id, entity_to_teams_dm.team_id, entity_to_teams_dm.entity_type, accounts_to_clients_dm.account_id, entity_to_teams_dm.effective_start_date, accounts_to_clients_dm.effective_start_date, 0:Int32] }
├── output: [ entity_to_teams_dm.team_id, accounts_to_clients_dm.account_id, $expr1, entity_to_teams_dm.entity_id, entity_to_teams_dm.team_id, entity_to_teams_dm.entity_type, accounts_to_clients_dm.account_id, entity_to_teams_dm.effective_start_date, accounts_to_clients_dm.effective_start_date, 0:Int32 ]
├── stream key: [ entity_to_teams_dm.entity_id, entity_to_teams_dm.team_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date, accounts_to_clients_dm.account_id, accounts_to_clients_dm.effective_start_date ]
└── MergeExecutor
├── output: [ entity_to_teams_dm.team_id, entity_to_teams_dm.updated_at, accounts_to_clients_dm.account_id, accounts_to_clients_dm.updated_at, entity_to_teams_dm.entity_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date, accounts_to_clients_dm.client_id, accounts_to_clients_dm.effective_start_date ]
└── stream key: [ entity_to_teams_dm.entity_id, entity_to_teams_dm.team_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date, accounts_to_clients_dm.account_id, accounts_to_clients_dm.effective_start_date ]
Fragment 52400 (Actor 737833,737834)
StreamSyncLogStore
├── output: [ entity_to_teams_dm.team_id, entity_to_teams_dm.updated_at, accounts_to_clients_dm.account_id, accounts_to_clients_dm.updated_at, entity_to_teams_dm.entity_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date, accounts_to_clients_dm.client_id, accounts_to_clients_dm.effective_start_date ]
├── stream key: [ entity_to_teams_dm.entity_id, entity_to_teams_dm.team_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date, accounts_to_clients_dm.account_id, accounts_to_clients_dm.effective_start_date ]
└── StreamHashJoin { type: Inner, predicate: entity_to_teams_dm.entity_id = accounts_to_clients_dm.client_id }
├── output: [ entity_to_teams_dm.team_id, entity_to_teams_dm.updated_at, accounts_to_clients_dm.account_id, accounts_to_clients_dm.updated_at, entity_to_teams_dm.entity_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date, accounts_to_clients_dm.client_id, accounts_to_clients_dm.effective_start_date ]
├── stream key: [ entity_to_teams_dm.entity_id, entity_to_teams_dm.team_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date, accounts_to_clients_dm.account_id, accounts_to_clients_dm.effective_start_date ]
├── MergeExecutor { output: [ entity_to_teams_dm.team_id, entity_to_teams_dm.entity_id, entity_to_teams_dm.updated_at, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date ], stream key: [ entity_to_teams_dm.entity_id, entity_to_teams_dm.team_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date ] }
└── MergeExecutor { output: [ accounts_to_clients_dm.account_id, accounts_to_clients_dm.client_id, accounts_to_clients_dm.updated_at, accounts_to_clients_dm.effective_start_date ], stream key: [ accounts_to_clients_dm.client_id, accounts_to_clients_dm.account_id, accounts_to_clients_dm.effective_start_date ] }
Fragment 52401 (Actor 737837,737838)
StreamLocalityProvider { locality_columns: [entity_to_teams_dm.entity_id] }
├── output: [ entity_to_teams_dm.team_id, entity_to_teams_dm.entity_id, entity_to_teams_dm.updated_at, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date ]
├── stream key: [ entity_to_teams_dm.entity_id, entity_to_teams_dm.team_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date ]
└── MergeExecutor { output: [ entity_to_teams_dm.team_id, entity_to_teams_dm.entity_id, entity_to_teams_dm.updated_at, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date ], stream key: [ entity_to_teams_dm.team_id, entity_to_teams_dm.entity_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date ] }
Fragment 52402 (Actor 737857,737858)
StreamProject { exprs: [entity_to_teams_dm.team_id, entity_to_teams_dm.entity_id, entity_to_teams_dm.updated_at, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date] }
├── output: [ entity_to_teams_dm.team_id, entity_to_teams_dm.entity_id, entity_to_teams_dm.updated_at, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date ]
├── stream key: [ entity_to_teams_dm.team_id, entity_to_teams_dm.entity_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date ]
└── StreamFilter { predicate: (entity_to_teams_dm.entity_type = 'CLIENT':Varchar) AND IsNull(entity_to_teams_dm.disabled_at) AND IsNull(entity_to_teams_dm.effective_end_date) }
├── output: [ entity_to_teams_dm.team_id, entity_to_teams_dm.entity_id, entity_to_teams_dm.updated_at, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date, entity_to_teams_dm.effective_end_date, entity_to_teams_dm.disabled_at ]
├── stream key: [ entity_to_teams_dm.team_id, entity_to_teams_dm.entity_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date ]
└── StreamTableScan { table: entity_to_teams_dm, columns: [team_id, entity_id, updated_at, entity_type, effective_start_date, effective_end_date, disabled_at] }
├── output: [ entity_to_teams_dm.team_id, entity_to_teams_dm.entity_id, entity_to_teams_dm.updated_at, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date, entity_to_teams_dm.effective_end_date, entity_to_teams_dm.disabled_at ]
├── stream key: [ entity_to_teams_dm.team_id, entity_to_teams_dm.entity_id, entity_to_teams_dm.entity_type, entity_to_teams_dm.effective_start_date ]
├── Upstream { output: [ team_id, entity_id, updated_at, entity_type, effective_start_date, effective_end_date, disabled_at ], stream key: [] }
└── BatchPlanNode { output: [ team_id, entity_id, updated_at, entity_type, effective_start_date, effective_end_date, disabled_at ], stream key: [] }
Fragment 52403 (Actor 737840,737839)
StreamLocalityProvider { locality_columns: [accounts_to_clients_dm.client_id] } { output: [ accounts_to_clients_dm.account_id, accounts_to_clients_dm.client_id, accounts_to_clients_dm.updated_at, accounts_to_clients_dm.effective_start_date ], stream key: [ accounts_to_clients_dm.client_id, accounts_to_clients_dm.account_id, accounts_to_clients_dm.effective_start_date ] }
└── MergeExecutor { output: [ accounts_to_clients_dm.account_id, accounts_to_clients_dm.client_id, accounts_to_clients_dm.updated_at, accounts_to_clients_dm.effective_start_date ], stream key: [ accounts_to_clients_dm.account_id, accounts_to_clients_dm.client_id, accounts_to_clients_dm.effective_start_date ] }
Fragment 52404 (Actor 737859,737860)
StreamProject { exprs: [accounts_to_clients_dm.account_id, accounts_to_clients_dm.client_id, accounts_to_clients_dm.updated_at, accounts_to_clients_dm.effective_start_date] }
├── output: [ accounts_to_clients_dm.account_id, accounts_to_clients_dm.client_id, accounts_to_clients_dm.updated_at, accounts_to_clients_dm.effective_start_date ]
├── stream key: [ accounts_to_clients_dm.account_id, accounts_to_clients_dm.client_id, accounts_to_clients_dm.effective_start_date ]
└── StreamFilter { predicate: IsNull(accounts_to_clients_dm.disabled_at) AND IsNull(accounts_to_clients_dm.effective_end_date) }
├── output: [ accounts_to_clients_dm.account_id, accounts_to_clients_dm.client_id, accounts_to_clients_dm.updated_at, accounts_to_clients_dm.effective_start_date, accounts_to_clients_dm.disabled_at, accounts_to_clients_dm.effective_end_date ]
├── stream key: [ accounts_to_clients_dm.account_id, accounts_to_clients_dm.client_id, accounts_to_clients_dm.effective_start_date ]
└── StreamTableScan { table: accounts_to_clients_dm, columns: [account_id, client_id, updated_at, effective_start_date, disabled_at, effective_end_date] }
├── output: [ accounts_to_clients_dm.account_id, accounts_to_clients_dm.client_id, accounts_to_clients_dm.updated_at, accounts_to_clients_dm.effective_start_date, accounts_to_clients_dm.disabled_at, accounts_to_clients_dm.effective_end_date ]
├── stream key: [ accounts_to_clients_dm.account_id, accounts_to_clients_dm.client_id, accounts_to_clients_dm.effective_start_date ]
├── Upstream { output: [ account_id, client_id, updated_at, effective_start_date, disabled_at, effective_end_date ], stream key: [] }
└── BatchPlanNode { output: [ account_id, client_id, updated_at, effective_start_date, disabled_at, effective_end_date ], stream key: [] }
Fragment 52405 (Actor 737843,737844)
StreamProject { exprs: [team_to_parties_mv.team_id, active_parties_to_accounts_mv.account_id, Greatest(team_to_parties_mv.updated_at, active_parties_to_accounts_mv.updated_at) as $expr2, team_to_parties_mv.party_id, team_to_parties_mv.team_id, active_parties_to_accounts_mv.account_id, null:Varchar, null:Date, null:Date, 1:Int32] }
├── output: [ team_to_parties_mv.team_id, active_parties_to_accounts_mv.account_id, $expr2, team_to_parties_mv.party_id, team_to_parties_mv.team_id, active_parties_to_accounts_mv.account_id, null:Varchar, null:Date, null:Date, 1:Int32 ]
├── stream key: [ team_to_parties_mv.party_id, team_to_parties_mv.team_id, active_parties_to_accounts_mv.account_id ]
└── MergeExecutor { output: [ team_to_parties_mv.team_id, team_to_parties_mv.updated_at, active_parties_to_accounts_mv.account_id, active_parties_to_accounts_mv.updated_at, team_to_parties_mv.party_id, active_parties_to_accounts_mv.party_id ], stream key: [ team_to_parties_mv.party_id, team_to_parties_mv.team_id, active_parties_to_accounts_mv.account_id ] }
Fragment 52406 (Actor 737841,737842)
StreamSyncLogStore { output: [ team_to_parties_mv.team_id, team_to_parties_mv.updated_at, active_parties_to_accounts_mv.account_id, active_parties_to_accounts_mv.updated_at, team_to_parties_mv.party_id, active_parties_to_accounts_mv.party_id ], stream key: [ team_to_parties_mv.party_id, team_to_parties_mv.team_id, active_parties_to_accounts_mv.account_id ] }
└── StreamHashJoin { type: Inner, predicate: team_to_parties_mv.party_id = active_parties_to_accounts_mv.party_id }
├── output: [ team_to_parties_mv.team_id, team_to_parties_mv.updated_at, active_parties_to_accounts_mv.account_id, active_parties_to_accounts_mv.updated_at, team_to_parties_mv.party_id, active_parties_to_accounts_mv.party_id ]
├── stream key: [ team_to_parties_mv.party_id, team_to_parties_mv.team_id, active_parties_to_accounts_mv.account_id ]
├── MergeExecutor { output: [ team_to_parties_mv.team_id, team_to_parties_mv.party_id, team_to_parties_mv.updated_at ], stream key: [ team_to_parties_mv.party_id, team_to_parties_mv.team_id ] }
└── MergeExecutor { output: [ active_parties_to_accounts_mv.party_id, active_parties_to_accounts_mv.account_id, active_parties_to_accounts_mv.updated_at ], stream key: [ active_parties_to_accounts_mv.party_id, active_parties_to_accounts_mv.account_id ] }
Fragment 52407 (Actor 737845,737846)
StreamLocalityProvider { locality_columns: [team_to_parties_mv.party_id] } { output: [ team_to_parties_mv.team_id, team_to_parties_mv.party_id, team_to_parties_mv.updated_at ], stream key: [ team_to_parties_mv.party_id, team_to_parties_mv.team_id ] }
└── MergeExecutor { output: [ team_to_parties_mv.team_id, team_to_parties_mv.party_id, team_to_parties_mv.updated_at ], stream key: [ team_to_parties_mv.team_id, team_to_parties_mv.party_id ] }
Fragment 52408 (Actor 737862,737861)
StreamTableScan { table: team_to_parties_mv, columns: [team_id, party_id, updated_at] } { output: [ team_to_parties_mv.team_id, team_to_parties_mv.party_id, team_to_parties_mv.updated_at ], stream key: [ team_to_parties_mv.team_id, team_to_parties_mv.party_id ] }
├── Upstream { output: [ team_id, party_id, updated_at ], stream key: [] }
└── BatchPlanNode { output: [ team_id, party_id, updated_at ], stream key: [] }
Fragment 52409 (Actor 737847,737848)
StreamLocalityProvider { locality_columns: [active_parties_to_accounts_mv.party_id] } { output: [ active_parties_to_accounts_mv.party_id, active_parties_to_accounts_mv.account_id, active_parties_to_accounts_mv.updated_at ], stream key: [ active_parties_to_accounts_mv.party_id, active_parties_to_accounts_mv.account_id ] }
└── MergeExecutor { output: [ active_parties_to_accounts_mv.party_id, active_parties_to_accounts_mv.account_id, active_parties_to_accounts_mv.updated_at ], stream key: [ active_parties_to_accounts_mv.party_id, active_parties_to_accounts_mv.account_id ] }
Fragment 52410 (Actor 737864,737863)
StreamTableScan { table: active_parties_to_accounts_mv, columns: [party_id, account_id, updated_at] } { output: [ active_parties_to_accounts_mv.party_id, active_parties_to_accounts_mv.account_id, active_parties_to_accounts_mv.updated_at ], stream key: [ active_parties_to_accounts_mv.party_id, active_parties_to_accounts_mv.account_id ] }
├── Upstream { output: [ party_id, account_id, updated_at ], stream key: [] }
└── BatchPlanNode { output: [ party_id, account_id, updated_at ], stream key: [] }
Fragment 52411 (Actor 737849,737850)
StreamProject { exprs: [team_to_portfolios_mv.team_id, account_to_portfolios_dm.account_id, team_to_portfolios_mv.updated_at, team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.team_id, account_to_portfolios_dm.account_id, null:Varchar, account_to_portfolios_dm.effective_start_date, null:Date, 2:Int32] }
├── output: [ team_to_portfolios_mv.team_id, account_to_portfolios_dm.account_id, team_to_portfolios_mv.updated_at, team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.team_id, account_to_portfolios_dm.account_id, null:Varchar, account_to_portfolios_dm.effective_start_date, null:Date, 2:Int32 ]
├── stream key: [ team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.team_id, account_to_portfolios_dm.account_id, account_to_portfolios_dm.effective_start_date ]
└── MergeExecutor
├── output: [ team_to_portfolios_mv.team_id, account_to_portfolios_dm.account_id, team_to_portfolios_mv.updated_at, team_to_portfolios_mv.portfolio_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date ]
└── stream key: [ team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.team_id, account_to_portfolios_dm.account_id, account_to_portfolios_dm.effective_start_date ]
Fragment 52412 (Actor 737852,737851)
StreamSyncLogStore
├── output: [ team_to_portfolios_mv.team_id, account_to_portfolios_dm.account_id, team_to_portfolios_mv.updated_at, team_to_portfolios_mv.portfolio_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date ]
├── stream key: [ team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.team_id, account_to_portfolios_dm.account_id, account_to_portfolios_dm.effective_start_date ]
└── StreamHashJoin { type: Inner, predicate: team_to_portfolios_mv.portfolio_id = account_to_portfolios_dm.portfolio_id }
├── output: [ team_to_portfolios_mv.team_id, account_to_portfolios_dm.account_id, team_to_portfolios_mv.updated_at, team_to_portfolios_mv.portfolio_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date ]
├── stream key: [ team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.team_id, account_to_portfolios_dm.account_id, account_to_portfolios_dm.effective_start_date ]
├── MergeExecutor { output: [ team_to_portfolios_mv.team_id, team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.updated_at ], stream key: [ team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.team_id ] }
└── MergeExecutor { output: [ account_to_portfolios_dm.account_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date ], stream key: [ account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.account_id, account_to_portfolios_dm.effective_start_date ] }
Fragment 52413 (Actor 737853,737854)
StreamLocalityProvider { locality_columns: [team_to_portfolios_mv.portfolio_id] } { output: [ team_to_portfolios_mv.team_id, team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.updated_at ], stream key: [ team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.team_id ] }
└── MergeExecutor { output: [ team_to_portfolios_mv.team_id, team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.updated_at ], stream key: [ team_to_portfolios_mv.team_id, team_to_portfolios_mv.portfolio_id ] }
Fragment 52414 (Actor 737865,737866)
StreamTableScan { table: team_to_portfolios_mv, columns: [team_id, portfolio_id, updated_at] } { output: [ team_to_portfolios_mv.team_id, team_to_portfolios_mv.portfolio_id, team_to_portfolios_mv.updated_at ], stream key: [ team_to_portfolios_mv.team_id, team_to_portfolios_mv.portfolio_id ] }
├── Upstream { output: [ team_id, portfolio_id, updated_at ], stream key: [] }
└── BatchPlanNode { output: [ team_id, portfolio_id, updated_at ], stream key: [] }
Fragment 52415 (Actor 737855,737856)
StreamLocalityProvider { locality_columns: [account_to_portfolios_dm.portfolio_id] } { output: [ account_to_portfolios_dm.account_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date ], stream key: [ account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.account_id, account_to_portfolios_dm.effective_start_date ] }
└── MergeExecutor { output: [ account_to_portfolios_dm.account_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date ], stream key: [ account_to_portfolios_dm.account_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date ] }
Fragment 52416 (Actor 737867,737868)
StreamProject { exprs: [account_to_portfolios_dm.account_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date] }
├── output: [ account_to_portfolios_dm.account_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date ]
├── stream key: [ account_to_portfolios_dm.account_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date ]
└── StreamFilter { predicate: IsNull(account_to_portfolios_dm.disabled_at) AND IsNull(account_to_portfolios_dm.effective_end_date) }
├── output: [ account_to_portfolios_dm.account_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date, account_to_portfolios_dm.disabled_at, account_to_portfolios_dm.effective_end_date ]
├── stream key: [ account_to_portfolios_dm.account_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date ]
└── StreamTableScan { table: account_to_portfolios_dm, columns: [account_id, portfolio_id, effective_start_date, disabled_at, effective_end_date] }
├── output: [ account_to_portfolios_dm.account_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date, account_to_portfolios_dm.disabled_at, account_to_portfolios_dm.effective_end_date ]
├── stream key: [ account_to_portfolios_dm.account_id, account_to_portfolios_dm.portfolio_id, account_to_portfolios_dm.effective_start_date ]
├── Upstream { output: [ account_id, portfolio_id, effective_start_date, disabled_at, effective_end_date ], stream key: [] }
└── BatchPlanNode { output: [ account_id, portfolio_id, effective_start_date, disabled_at, effective_end_date ], stream key: [] }