io.kestra.plugin.serdes.avro.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-serdes Show documentation
Show all versions of plugin-serdes Show documentation
Serialize and deserialize data formats in Kestra workflows.
The newest version!
@PluginSubGroup(
description = "This sub-group of plugins contains tasks for serialization and deserialization of files in the Apache Avro format.",
categories = PluginSubGroup.PluginCategory.TRANSFORMATION
)
package io.kestra.plugin.serdes.avro;
import io.kestra.core.models.annotations.PluginSubGroup;