DeprecatedObjectStorageFormatSpecificationProvider

Mix-in to provide file format configuration.

NOTE: This assumes a fixed set of file formats. If you need to support a different set, clone the DeprecatedObjectStorageFormatSpecification class with a new set of enums.

See io.airbyte.cdk.load.command.DestinationConfiguration for more details on how to use this interface.

This class has been deprecated. The Avro and Parquet formats from this class exist to support the legacy S3 destination, in the future if we add avro and parquet back we will add back a less complicated version

Properties

Link copied to clipboard
@get:JsonPropertyDescription(value = "Format of the data output. See <a href="https://docs.airbyte.com/integrations/destinations/s3/#supported-output-schema">here</a> for more details")
abstract val format: DeprecatedObjectStorageFormatSpecification