singer_sdk.contrib.batch_encoder_parquet.ParquetBatcher

class singer_sdk.contrib.batch_encoder_parquet.ParquetBatcher[source]

Parquet Record Batcher.

get_batches(records)[source]

Yield manifest of batches.

Parameters:

records (t.Iterable[Record]) – The records to batch.

Yields:

A list of file paths (called a manifest).

Return type:

t.Iterator[list[str]]