Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 880 Bytes

File metadata and controls

19 lines (12 loc) · 880 Bytes

Parquet Extension

The Parquet extension provides formatter capabilities for reading from and writing to Parquet files. Read and write currently support flat object structures with string, boolean, datetime, and numeric property types.

Note: This is a File Format extension that is only used in combination with Binary Storage extensions.

Note: When specifying the Parquet extension as the Source or Sink property in configuration, utilize the names listed below.

Supported storage sinks:

  • File - Parquet
  • Azure Blob Storage - Parquet-AzureBlob
  • AWS S3 - Parquet-AwsS3

Supported storage sources:

  • File - Parquet

Settings

The Parquet format does not currently include any settings. See storage extension documentation for any storage specific settings needed (ex. File Storage).