Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
2.8.0
Description
MongoDbIO.read should have support for Projection, so that we can limit the document size that is retrieved, for example:
pipeline.apply(tableName + " read", MongoDbIO.read()
.withUri("mongodb://" + srcMongodbManagment.getMongodbConnection())
.withProjection("time")
.withDatabase(options.getDBName())
.withKeepAlive(true)
.withCollection(tableName))
Attachments
Issue Links
- relates to
-
BEAM-3346 Add projections to MongoDb IO
- Resolved
- links to