mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
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
19 lines
302 B
Groovy
19 lines
302 B
Groovy
rootProject.name="floworc"
|
|
|
|
include 'cli'
|
|
include 'core'
|
|
|
|
include 'runner-memory'
|
|
include 'runner-kafka'
|
|
|
|
include 'storage-local'
|
|
include 'storage-gcs'
|
|
include 'storage-minio'
|
|
|
|
include 'repository-elasticsearch'
|
|
include 'repository-memory'
|
|
|
|
include 'task-serdes'
|
|
include 'task-gcp'
|
|
|
|
include 'webserver' |