@AutoService(value=SchemaTransformProvider.class) public class IcebergReadSchemaTransformProvider extends TypedSchemaTransformProvider<IcebergReadSchemaTransformProvider.Config>
IcebergIO.readRows(org.apache.beam.sdk.io.iceberg.IcebergCatalogConfig)
. Reads records from Iceberg and
outputs a PCollection
of Beam Row
s.Modifier and Type | Class and Description |
---|---|
static class |
IcebergReadSchemaTransformProvider.Config |
Constructor and Description |
---|
IcebergReadSchemaTransformProvider() |
Modifier and Type | Method and Description |
---|---|
protected SchemaTransform |
from(IcebergReadSchemaTransformProvider.Config configuration)
Produce a SchemaTransform from ConfigT.
|
java.lang.String |
identifier()
Returns an id that uniquely represents this transform.
|
java.util.List<java.lang.String> |
outputCollectionNames()
Returns the output collection names of this transform.
|
configurationClass, configurationSchema, dependencies, from
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
description, inputCollectionNames
protected SchemaTransform from(IcebergReadSchemaTransformProvider.Config configuration)
TypedSchemaTransformProvider
InvalidConfigurationException
or a
InvalidSchemaException
.from
in class TypedSchemaTransformProvider<IcebergReadSchemaTransformProvider.Config>
public java.util.List<java.lang.String> outputCollectionNames()
SchemaTransformProvider
public java.lang.String identifier()
SchemaTransformProvider