Changing and restoring the status of externally missing resources
When doing a synchronization, the finalizationStrategy parameter determines how to manage the assets that no longer exist in the external system.
The finalizationStrategy parameter accepts these possible values:
REMOVE_RESOURCESis the default value and deletes the missing resources in Collibra.CHANGE_STATUSchanges the status of the missing resources in Collibra to the corresponding ID from themissingAssetStatusIdparameter. When you set thefinalizationStrategytoCHANGE_STATUS, you must also provide a value formissingAssetStatusId.-
IGNOREignores missing assets and leaves them as is.
Change the status
To change the status of an externally missing resource instead of deleting it, set the following parameters for a full synchronization or for the finalization step of a batch synchronization:
finalizationStrategy=CHANGE_STATUS.missingAssetStatusId=“<desired_status_id>“.
When the finalization completes, the resources that are missing from the external system have a new status in Collibra matching the one provided in missingAssetStatusId.
Restore the status
To restore the status of a resource that was previously missing but reappeared in the external system, set the following parameters for a full synchronization or for the finalization step of a batch synchronization::
finalizationStrategy=CHANGE_STATUS.missingAssetStatusId=“<desired_status_id>“.
The resources that are restored no longer have a status matching the one provided in missingAssetStatusId and return to the default status for that asset type in Collibra.