AvroToIon
AvroToIon
yaml
type: "io.kestra.plugin.serdes.avro.AvroToIon"
Read a provided avro file and convert it to ion serialized data file.
Examples
Convert an Avro file to the Amazon Ion format.
yaml
id: avro_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/avro/products.avro
- id: to_ion
type: io.kestra.plugin.serdes.avro.AvroToIon
from: "{{ outputs.http_download.uri }}"
Properties
from
- Type: string
- Dynamic: ✔️
- Required: ✔️
Source file URI
Outputs
uri
- Type: string
- Required: ❌
- Format:
uri
URI of a temporary result file
Definitions
Was this page helpful?