Skip to content

Commit b76e45a

Browse files
authored
Merge pull request #34072: Updates Managed Javadocs and pydocs to refer to runner specific features
2 parents c15bd4c + c6dee85 commit b76e45a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

sdks/java/managed/src/main/java/org/apache/beam/sdk/managed/Managed.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@
8080
*
8181
* inputRows.apply(Managed.write(ICEBERG).withConfigUrl("path/to/config.yaml"));
8282
* }</pre>
83+
*
84+
* <h3>Runner specific features</h3>
85+
*
86+
* Google Cloud Dataflow supports additional management features for {@code Managed} including
87+
* automatically upgrading transforms to the latest supported version. For more details and
88+
* examples, please see <a href="https://cloud.google.com/dataflow/docs/guides/managed-io">Dataflow
89+
* managed I/O</a>.
8390
*/
8491
public class Managed {
8592

sdks/python/apache_beam/transforms/managed.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@
6262
6363
**Note:** Today, all managed transforms are essentially cross-language
6464
transforms, and Java's ManagedSchemaTransform is used under the hood.
65+
66+
Runner specific features
67+
========================
68+
Google Cloud Dataflow supports additional management features for `managed`
69+
including automatically upgrading transforms to the latest supported version.
70+
For more details and examples, please see
71+
Dataflow managed I/O https://cloud.google.com/dataflow/docs/guides/managed-io.
6572
"""
6673

6774
from typing import Any

0 commit comments

Comments
 (0)