Closed alelom closed 3 years ago
@BHoMBot check required
@BHoMBot check required
@BHoMBot check required @BHoMBot check ready-to-merge
@BHoMBot check copyright-compliance @BHoMBot check dataset-compliance @BHoMBot check ready-to-merge
Having discussed with @alelom and am merging to continue testing via alphas over the weekend/early next week. Things we want to ensure are still working with this update will include analytics scraping, bot operations, and other existing uses of Mongo Toolkit in operation. FYI @adecler @michaelhoehn @IsakNaslundBh
Issues addressed by this PR
Closes #93 Closes #150
The default Push behaviour is now to "append", while you need to set the
PushType
toDeleteThenCreate
to "replace". The MongoConfig has been deleted, as it's redundant.Test files
Try any existing script, e.g. https://burohappold.sharepoint.com/:f:/s/BHoM/ElPtUXgB2_pEvRhg7WfRuvEBlaP93pGBZ_zPeWvWpTYtYQ?e=X8HQEI
Changelog
Push
behaviour is now to "append"; you need to set thePushType
toDeleteThenCreate
to "replace", and any otherPushType
results in appending.Push
ing, thetag
is accessible through the Push inputs, and the behaviour obtained through thereplace
boolean can be replicated by setting thePushType
. When doingExecute
, thereplace
boolean in the MongoConfig was already not used, as it was substituted for the boolean available in theTransfer
command a while ago.