singer_sdk.batch.Batcher¶
- class singer_sdk.batch.Batcher[source]¶
Determines batch type and then serializes batches to that format.
- classmethod get_batcher(name)[source]¶
Get a batcher by name.
- Parameters:
name (str) – The name of the batcher.
- Returns:
The batcher class.
- Raises:
ValueError – If the batcher is not found.
- Return type: