mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
feat(task-serdes): introduce serdes tasks
Tasks package that will handle file conversion. - new tasks: CsvReader & CsvWriter - new tasks: JsonReader & JsonWriter - Refactor the CsvToAvro to AvroWriter and handle conversion from all type depending on schema. - Remove the task-avro in favor of a more general task-serdes
This commit is contained in:
@@ -13,7 +13,7 @@ include 'storage-minio'
|
||||
include 'repository-elasticsearch'
|
||||
include 'repository-memory'
|
||||
|
||||
include 'task-avro'
|
||||
include 'task-serdes'
|
||||
include 'task-gcp'
|
||||
|
||||
include 'webserver'
|
||||
Reference in New Issue
Block a user