singer_sdk.batch.JSONLinesBatcher#

class singer_sdk.batch.JSONLinesBatcher#

JSON Lines Record Batcher.

get_batches(records: Iterator[dict]) Iterator[list[str]]#

Yield manifest of batches.

Parameters:

records – The records to batch.

Yields:

A list of file paths (called a manifest).