chamikaramj commented on code in PR #38902:
URL: https://github.com/apache/beam/pull/38902#discussion_r3391437399


##########
sdks/java/managed/src/main/java/org/apache/beam/sdk/managed/Managed.java:
##########
@@ -128,6 +130,8 @@ public class Managed {
    * <ul>
    *   <li>{@link Managed#ICEBERG} : Read from Apache Iceberg tables using <a
    *       
href="https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/iceberg/IcebergIO.html";>IcebergIO</a>
+   *   <li>{@link Managed#DELTA_LAKE} : Read from Delta Lake tables using <a
+   *       
href="https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/delta/DeltaIO.html";>DeltaIO</a>

Review Comment:
   Site gets generated based on expansion service containers. So once we add 
this to the expansion service jar mapping in external.py.
   
   
https://github.com/apache/beam/blob/20ac8c4f35a7662570ec098952474b3be8c503cc/sdks/python/gen_managed_doc.py#L104
   
   
https://github.com/apache/beam/blob/20ac8c4f35a7662570ec098952474b3be8c503cc/.github/workflows/build_release_candidate.yml#L604
   



-- 
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]

Reply via email to