ContributionsMost RecentMost LikesSolutionsRe: MongoDB Update Query Expression Yup, I can provide more details… I can’t read 😖 The field name in my collection was “runId”, not “_runId”… Been looking right at it for hours! Re: MongoDB Update Query Expression I just tried this and unfortunately it didn’t work. MongoDB Update Query Expression I have a child pipeline, which contains a MongoDB Update Snap, and I am trying to have the Update Query be an expression so I can take into account parameters passed down to the child pipeline. The documents in the MongoDB Collection I am targeting, have a unique index on a field named “runId”, and so I am trying to match on this, and where found update another value in the document “documentsExpected”, again from another parameter. Below is what I tried as my expression, but it is choking. Is what I am attempting possible? If so, where am I going wrong with the expression? “{ _runId:” + _parentRunId + “}, { $set: { documentsExpected:” + _documentCount + " } }" Re: Write ORC to BLOB Support for ACID, performance and perhaps personal preferences from some folks, were the driving factors. Any insight into how far down the road ORC + Azure Blob may be? Write ORC to BLOB I am trying to write an ORC file to BLOB storage in Azure, yet it seems by looking at the configurations of the ORC Write Snap, this may not yet be possible?