File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
java/managed/src/main/java/org/apache/beam/sdk/managed
python/apache_beam/transforms Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 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 */
8491public class Managed {
8592
Original file line number Diff line number Diff line change 6262
6363**Note:** Today, all managed transforms are essentially cross-language
6464transforms, 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
6774from typing import Any
You can’t perform that action at this time.
0 commit comments