UnprocessedEntity
Home > @backstage/plugin-catalog-unprocessed-entities-common > UnprocessedEntity
Unprocessed entity data stored in the database.
Signature:
export type UnprocessedEntity = {
entity_id: string;
entity_ref: string;
unprocessed_entity: Entity;
unprocessed_hash?: string;
processed_entity?: Entity;
result_hash?: string;
cache?: UnprocessedEntityCache;
next_update_at: string | Date;
last_discovery_at: string | Date;
errors?: UnprocessedEntityError[];
location_key?: string;
};
References: Entity, UnprocessedEntityCache, UnprocessedEntityError