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
There is an overwrite flag currently in the ODS API that signals if we want to overwrite a file.
2 cases possible:
The flag is not set, so we do not wish to override the files on the destination in this case we want to remove all files from the infolist found on the destination. This will prevent the Transfer-Service from sending those files as it by default overwrites the files.
In this case the flag is set, so we want to include all files in the infoList so that the Transfer-Service can upload them.
This should strictly be implemented on the Transfer-Scheduler by manipulating the final infoList that gets pushed through to RabbitMQ.
The text was updated successfully, but these errors were encountered:
There is an overwrite flag currently in the ODS API that signals if we want to overwrite a file.
2 cases possible:
This should strictly be implemented on the Transfer-Scheduler by manipulating the final infoList that gets pushed through to RabbitMQ.
The text was updated successfully, but these errors were encountered: