
AvroToIon
AvroToIon
yaml
type: "io.kestra.plugin.serdes.avro.AvroToIon"Examples
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 }}"
onBadLines: WARN
Properties
from*Requiredstring
onBadLinesstring
Default
ERRORPossible Values
ERRORWARNSKIPOutputs
uristring
Format
uri