Serialization ParquetToIon

Serialization ParquetToIon

Certified

Convert a Parquet file to the Amazon ION format

Reads a Parquet file from Kestra internal storage and writes the rows as an Amazon ION file.

yaml
type: io.kestra.plugin.serdes.parquet.ParquetToIon

Convert a parquet file to the Amazon ION format.

yaml
id: parquet_to_ion
namespace: company.team

tasks:
  - id: http_download
    type: io.kestra.plugin.core.http.Download
    uri: https://huggingface.co/datasets/kestra/datasets/raw/main/parquet/products.parquet

  - id: to_ion
    type: io.kestra.plugin.serdes.parquet.ParquetToIon
    from: "{{ outputs.http_download.uri }}"
Properties

Source file URI

Reference (ref) of the pluginDefaults to apply to this task.

Default0

The number of records converted

Formaturi

URI of a temporary result file

Number of records converted