InferAvroSchemaFromIon

InferAvroSchemaFromIon

Certified

Infer an Avro schema from an ION file

yaml
type: io.kestra.plugin.serdes.avro.InferAvroSchemaFromIon
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
Default100
Formaturi