References → Sample Recipe

With the sample recipe, you can return a subset of data from a larger dataset. This can help quickly reduce records, perform exploratory analysis, or test a manageable portion of the data.

Configuration

ConfigurationDescription
Recipe NameA freeform name of how a user would like to name a recipe
InputSelect a previously constructed recipe to process
Sample FractionAssign a fraction of 0.0 to 1.0 for sampling - each number representing a fraction of the dataset. If your dataset is 1000 and the sample is 0.5, then 500 records would be returned.
Note

The seed used in this sampling is random. This means that the rows will be randomly selected every time data is sampled. As a result, do not use this tool to create reproducible subsets of data.