I have a mongoDB source that has a lot of sparsely populated fields. The automatic schema discovery, even with a large row scan depth, doesn't always find all the possibilities each time it executes which then I'll get a job failure. This is leading me to use a manually specified RSD schema file.
I have the file working and Matillion is finding and loading the data for the columns. What I can't get to work is the ability to use a filter to allow me to incrementally load. There is a date column in the data that I want to be able to pass in a variable value into. With automatic schema discovery this is working, just not with the manual schema file, so there must be a syntax I'm missing in my schema file is what I'm thinking. The error I'm getting is a generic "This feature has not yet been implemented."
Here are some of the links I've been following but I'm still stuck