Job is idle — throughput ~0; structure shown.
Fragment 62513 (Actor 742909,742908)
StreamMaterialize { columns: [opportunity_id, combine_operator, activity_name, op, threshold, interval_to_check_days, as_of_date, _rw_projected_row_id(hidden), _rw_projected_row_id#1(hidden)], stream_key: [opportunity_id, _rw_projected_row_id, _rw_projected_row_id#1], pk_columns: [opportunity_id, _rw_projected_row_id, _rw_projected_row_id#1], pk_conflict: NoCheck } { output: [ opportunities_dm.opportunity_id, $expr1, $expr2, $expr3, $expr4, $expr5, opportunities_dm.as_of_date, _rw_projected_row_id, _rw_projected_row_id ], stream key: [ opportunities_dm.opportunity_id, _rw_projected_row_id, _rw_projected_row_id ] }
└── StreamProject { exprs: [opportunities_dm.opportunity_id, Coalesce(JsonbAccessStr(Unnest($1), 'operator':Varchar), 'AND':Varchar) as $expr1, JsonbAccessStr(JsonbArrayElements(Coalesce(JsonbAccess($2, 'conditions':Varchar), JsonbBuildArray($2))), 'activity_name':Varchar) as $expr2, JsonbAccessStr(JsonbArrayElements(Coalesce(JsonbAccess($2, 'conditions':Varchar), JsonbBuildArray($2))), 'check':Varchar) as $expr3, Replace(JsonbAccessStr(JsonbArrayElements(Coalesce(JsonbAccess($2, 'conditions':Varchar), JsonbBuildArray($2))), 'value':Varchar), ',':Varchar, '':Varchar)::Decimal as $expr4, JsonbAccessStr(JsonbArrayElements(Coalesce(JsonbAccess($2, 'conditions':Varchar), JsonbBuildArray($2))), 'interval_to_check_days':Varchar)::Int32 as $expr5, opportunities_dm.as_of_date, _rw_projected_row_id, _rw_projected_row_id] }
├── output: [ opportunities_dm.opportunity_id, $expr1, $expr2, $expr3, $expr4, $expr5, opportunities_dm.as_of_date, _rw_projected_row_id, _rw_projected_row_id ]
├── stream key: [ opportunities_dm.opportunity_id, _rw_projected_row_id, _rw_projected_row_id ]
└── StreamProjectSet { select_list: [$0, $1, $2, JsonbArrayElements(Coalesce(JsonbAccess($2, 'conditions':Varchar), JsonbBuildArray($2))), $3] } { output: [ _rw_projected_row_id, opportunities_dm.opportunity_id, opportunities_dm.as_of_date, Unnest($1), JsonbArrayElements(Coalesce(JsonbAccess($2, 'conditions':Varchar), JsonbBuildArray($2))), _rw_projected_row_id ], stream key: [ opportunities_dm.opportunity_id, _rw_projected_row_id, _rw_projected_row_id ] }
└── StreamProject { exprs: [opportunities_dm.opportunity_id, opportunities_dm.as_of_date, Unnest($1), _rw_projected_row_id] } { output: [ opportunities_dm.opportunity_id, opportunities_dm.as_of_date, Unnest($1), _rw_projected_row_id ], stream key: [ opportunities_dm.opportunity_id, _rw_projected_row_id ] }
└── StreamProjectSet { select_list: [$0, $2, Unnest($1)] } { output: [ _rw_projected_row_id, opportunities_dm.opportunity_id, opportunities_dm.as_of_date, Unnest($1) ], stream key: [ opportunities_dm.opportunity_id, _rw_projected_row_id ] }
└── StreamProject { exprs: [opportunities_dm.opportunity_id, opportunities_dm.conditions, opportunities_dm.as_of_date] } { output: [ opportunities_dm.opportunity_id, opportunities_dm.conditions, opportunities_dm.as_of_date ], stream key: [ opportunities_dm.opportunity_id ] }
└── StreamFilter { predicate: (opportunities_dm.status = 'ENABLED':Varchar) } { output: [ opportunities_dm.opportunity_id, opportunities_dm.conditions, opportunities_dm.as_of_date, opportunities_dm.status ], stream key: [ opportunities_dm.opportunity_id ] }
└── StreamTableScan { table: opportunities_dm, columns: [opportunity_id, conditions, as_of_date, status] } { output: [ opportunities_dm.opportunity_id, opportunities_dm.conditions, opportunities_dm.as_of_date, opportunities_dm.status ], stream key: [ opportunities_dm.opportunity_id ] }
├── Upstream { output: [ opportunity_id, conditions, as_of_date, status ], stream key: [] }
└── BatchPlanNode { output: [ opportunity_id, conditions, as_of_date, status ], stream key: [] }