Skip to main content

IncrementalEntityProviderOptions.rejectRemovalsAbovePercentage

Home > @backstage/plugin-catalog-backend-module-incremental-ingestion > IncrementalEntityProviderOptions > rejectRemovalsAbovePercentage

If an error occurs at a data source that results in a large number of assets being inadvertently removed, it will result in Backstage removing all associated entities. To avoid that, set a percentage of entities past which removal will be disallowed.

Signature:

rejectRemovalsAbovePercentage?: number;