Serialization InferAvroSchemaFromIon

Serialization InferAvroSchemaFromIon

Certified

Infer an Avro schema from an ION file

Scans up to numberOfRowsToScan rows of an ION file and infers a compatible Avro schema, writing the result as an .avsc file in Kestra's internal storage. The output URI can be passed directly to IonToAvro or IonToParquet as a schema reference.

yaml
type: io.kestra.plugin.serdes.avro.InferAvroSchemaFromIon

Infer an Avro schema from an ION file

yaml
id: infer_avro_schema
namespace: company.team

tasks:
  - id: infer
    type: io.kestra.plugin.serdes.avro.InferAvroSchemaFromIon
    from: "{{ outputs.previous_task.uri }}"
    numberOfRowsToScan: 100
Properties

ION source file URI

Default100

The number of rows that will be scanned; the larger the number of rows, the more precise the output schema will be

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

Formaturi

Avro schema file URI