Skip to content

taste

Limits the input to n events per unique schema.

taste [n:int]

Forwards the first n events per unique schema and discards the rest.

The taste operator provides an exemplary overview of the “shape” of the data described by the pipeline. This helps to understand the diversity of the result, especially when interactively exploring data.

The number of events to keep per schema.

Defaults to 10.

Retrieve at most 10 events of each unique schema

Section titled “Retrieve at most 10 events of each unique schema”
export
taste

Get only one sample for every unique event type

Section titled “Get only one sample for every unique event type”
export
taste 1