IncrementalEntityProviderOptions.rejectEmptySourceCollections
Home > @backstage/plugin-catalog-backend-module-incremental-ingestion
> IncrementalEntityProviderOptions
> rejectEmptySourceCollections
Similar to the rejectRemovalsAbovePercentage, this option prevents removals in circumstances where a data source has improperly returned 0 assets. If set to true
, Backstage will reject removals when that happens.
Signature:
rejectEmptySourceCollections?: boolean;