You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caom2harvester --validate mode can detect observations that are not in source and records a skip record for the missed deletion.
caom2harvester (incremental mode) will perform the deletion
caom2harvester --skip will "retry" the observation but will fail trying to delete rather than detect that incremental already did it and just cleanup the skip record. Operation should just be silently idempotent.
aside: incremental mode should also remove skip records for deleted observations (it does for inserted/updated).
The text was updated successfully, but these errors were encountered:
caom2harvester --validate mode can detect observations that are not in source and records a skip record for the missed deletion.
caom2harvester (incremental mode) will perform the deletion
caom2harvester --skip will "retry" the observation but will fail trying to delete rather than detect that incremental already did it and just cleanup the skip record. Operation should just be silently idempotent.
aside: incremental mode should also remove skip records for deleted observations (it does for inserted/updated).
The text was updated successfully, but these errors were encountered: