
Serialization ParquetToIon
CertifiedConvert a Parquet file to the Amazon ION format
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.ParquetToIonExamples
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
from *Requiredstring
Source file URI
Pebble expression referencing an Internal Storage URI e.g. {{ outputs.mytask.uri }}.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
size integer
Default
0The number of records converted
uri string
Format
uriURI of a temporary result file
Metrics
records counter
Number of records converted