ProtobufToIon ProtobufToIon
ProtobufToIon Certified

yaml
type: "io.kestra.plugin.serdes.protobuf.ProtobufToIon"
yaml
id: protobuf_to_ion
namespace: company.team

tasks:
  - id: http_download
    type: io.kestra.plugin.core.http.Download
    uri: https://example.com/data/products.pb

  - id: to_ion
    type: io.kestra.plugin.serdes.protobuf.ProtobufToIon
    from: "{{ outputs.http_download.uri }}"
    descriptorFile: "kestra:///path/to/proto.desc"
    typeName: com.company.Product
Properties
Defaultfalse
Defaultfalse
Formaturi