@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 |
---|---|
Schema |
configurationSchema()
Returns the expected schema of the configuration object.
|
protected SchemaTransform |
from(IcebergReadSchemaTransformProvider.Config configuration)
Produce a SchemaTransform from ConfigT.
|
SchemaTransform |
from(Row rowConfig)
Produces a
SchemaTransform from a Row configuration. |
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, dependencies
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
public SchemaTransform from(Row rowConfig)
TypedSchemaTransformProvider
SchemaTransform
from a Row configuration.from
in interface SchemaTransformProvider
from
in class TypedSchemaTransformProvider<IcebergReadSchemaTransformProvider.Config>
public Schema configurationSchema()
SchemaTransformProvider
configurationSchema
in interface SchemaTransformProvider
configurationSchema
in class TypedSchemaTransformProvider<IcebergReadSchemaTransformProvider.Config>