What happened?
https://beam.apache.org/releases/yamldoc/2.68.0/#writetobigtable is missing a description (so is the read transform) and the parameters don't have descriptions either.
It looks like we are just missing docstrings here -
|
public abstract String getTableId(); |
- and a description like
|
public String description() { |
for the provider
Same thing for write.
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
What happened?
https://beam.apache.org/releases/yamldoc/2.68.0/#writetobigtable is missing a description (so is the read transform) and the parameters don't have descriptions either.
It looks like we are just missing docstrings here -
beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableReadSchemaTransformProvider.java
Line 116 in 18d1d9f
beam/sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcReadSchemaTransformProvider.java
Line 62 in 18d1d9f
Same thing for write.
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components