Class Split

java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.core.tasks.storages.Split
All Implemented Interfaces:
RunnableTask<Split.Output>, StorageSplitInterface

@Example(title="Split a file by size.",code={"from: \"kestra://long/url/file1.txt\"","bytes: 10MB"}) @Example(title="Split a file by rows count.",code={"from: \"kestra://long/url/file1.txt\"","rows: 1000"}) @Example(title="Split a file in a defined number of partitions.",code={"from: \"kestra://long/url/file1.txt\"","partitions: 8"}) public class Split extends Task implements RunnableTask<Split.Output>, StorageSplitInterface