ahmedabu98 commented on code in PR #30910:
URL: https://github.com/apache/beam/pull/30910#discussion_r1571076923
##########
sdks/java/managed/src/main/java/org/apache/beam/sdk/managed/Managed.java:
##########
@@ -87,15 +88,14 @@ public class Managed {
.build();
/**
- * Instantiates a {@link Managed.Read} transform for the specified source.
The supported managed
- * sources are:
+ * Instantiates a {@link Managed.ManagedTransform} transform for the
specified source. The
Review Comment:
Created a new ManagedTransformConstants class to use as a source for
supported identifiers. Figured this information doesn't need to be exposed in
Managed API.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]