We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99ed7dd + 19f4708 commit 833be5eCopy full SHA for 833be5e
src/main/java/io/cdap/plugin/batch/source/MongoDBBatchSource.java
@@ -99,6 +99,8 @@ public void prepareRun(BatchSourceContext context) throws Exception {
99
MongoConfigUtil.setAuthURI(conf, config.authConnectionString);
100
}
101
102
+ MongoConfigUtil.setRangeQueryEnabled(conf, true);
103
+
104
emitLineage(context);
105
context.setInput(Input.of(config.getReferenceName(),
106
new SourceInputFormatProvider(MongoConfigUtil.getInputFormat(conf), conf)));
0 commit comments