Skip to main content

Data Brick

PurposeLearn about the various configurations and parameters required for the Data Brick to function correctly.
Last updatedAugust 02, 2024

What is the Data Brick?

This brick uses predefined input data that remains constant. It operates by consistently providing fixed information for tasks within its designated role. This approach ensures reliability and predictability in processing tasks where stable input values are necessary, such as configurations or constants that do not change frequently.


Data Brick configuration supporting video


Data Brick Parameters

  1. Label: Allows the user to assign a name to the brick.

  2. Data: This section of the configuration panel specifies the static data that will serve as input for the operation, which requires configuration using VRL language.

    • Example:
{ \"items\": [{}, {}, {}] }

For more information on VRL schema follow links below:

Learn more about VRL


Data Brick output format

In this section of the documentation the user will learn where are the outputs of the brick stored and its format.

  • No output is passed to the next brick in the sequence.