Skip to main content
A Stream connects a Dataset to a Destination and defines how records are mapped and delivered. Prequel Import orchestrates the Stream, resiliently batching, transforming, and delivering records to the configured Destination.

Stream configuration options

FieldTypeRequiredDescription
namestringYesA descriptive name for the Stream.
destination_iduuidYesThe ID of the Destination where data will be delivered.
dataset_iduuidYesThe ID of the Dataset this Stream reads from.
mappingsarrayYesAn array of field mappings that transform source fields to target fields at the Destination.
is_enabledbooleanNoWhether the Stream is actively delivering. Defaults to enabled.

Mappings

Each mapping defines how a source field maps to a target field in the Destination. Mapping expression semantics are under active development; contact your Prequel Representative for current capabilities.