@Internal public interface FileWriteSchemaTransformFormatProvider extends Providers.Identifyable
PTransform
that writes a PCollection
of Row
s and outputs a
PCollection
of the file names according to a registered AutoService
FileWriteSchemaTransformFormatProvider
implementation. See FileWriteSchemaTransformFormatProviders
for a list of available
formats.Modifier and Type | Method and Description |
---|---|
PTransform<PCollection<Row>,PCollectionTuple> |
buildTransform(FileWriteSchemaTransformConfiguration configuration,
Schema schema)
Builds a
PTransform that writes a Row PCollection and outputs the
resulting PCollectionTuple with two tags, one for the file names, and another
errored-out rows. |
identifier
PTransform<PCollection<Row>,PCollectionTuple> buildTransform(FileWriteSchemaTransformConfiguration configuration, Schema schema)
PTransform
that writes a Row
PCollection
and outputs the
resulting PCollectionTuple
with two tags, one for the file names, and another
errored-out rows.