Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ By default, output files are compressed in the `gzip` format. Compression can be
npx wrangler pipelines update [PIPELINE-NAME] --compression none
```

Output files are named using a [UILD](https://github.com/ulid/spec) slug, followed by an extension.
Output files are named using a [ULID](https://github.com/ulid/spec) slug, followed by an extension.

## Customize batch behavior
When configuring your pipeline, you can define how records are batched before they are delivered to R2. Batches of records are written out to a single output file.
Expand Down