Skip to content

Commit bf20e02

Browse files
committed
removed broken links
1 parent 20f8814 commit bf20e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/pipelines/configuration/batching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 10
66
---
77

8-
Pipelines automatically batches ingested records. Batching helps reduce the number of output files written to your destination, which can make them more efficient to query. Batching can also reduce the number of times your [transformation worker](/pipelines/transformations/worker) is invoked, which can reduce costs.
8+
Pipelines automatically batches ingested records. Batching helps reduce the number of output files written to your destination, which can make them more efficient to query.
99

1010
Batch settings apply after the ingestion stage of a Pipeline. As soon as a batch is filled, the batch of data will be delivered downstream to any transformations you've configured, and then finally to your configured destination.
1111

0 commit comments

Comments
 (0)