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.
1 parent 5808923 commit 9983d7aCopy full SHA for 9983d7a
1 file changed
sdks/python/apache_beam/yaml/tests/mongodb.yaml
@@ -70,4 +70,11 @@ pipelines:
70
input: ReadData.my_error_output
71
config:
72
elements: []
73
-
+ # TODO: Remove when Java ReadFromMongoDB (MongoDbIO) is migrated from
74
+ # legacy BoundedSource to a DoFn/SDF-based reader.
75
+ providers:
76
+ - type: python
77
+ config: { }
78
+ transforms:
79
+ ReadFromMongoDB: 'apache_beam.yaml.yaml_io.read_from_mongodb'
80
+
0 commit comments