Distinct ids in rows that no published entity claims.
Live data or schedules keyed to an id getEntities() never emits cannot be
looked up by a consumer, so they are dead weight in the output. Usually it
means a build path is reading a wider upstream feed than the entity list.
Returns nothing when publishedIds is empty — that means the entity list
is unavailable, not that everything is an orphan, and reporting every row
would bury whatever real failure emptied it. One published id is a real
entity list and is checked normally.
Distinct ids in
rowsthat no published entity claims.Live data or schedules keyed to an id
getEntities()never emits cannot be looked up by a consumer, so they are dead weight in the output. Usually it means a build path is reading a wider upstream feed than the entity list.Returns nothing when
publishedIdsis empty — that means the entity list is unavailable, not that everything is an orphan, and reporting every row would bury whatever real failure emptied it. One published id is a real entity list and is checked normally.Does not modify
publishedIds.