Skip to main content

Variables

Variables are used to grab objects of the model and use them within queries. They can be used for both model queries and validation queries.

The following is a dictionary of variables and the objects they pull:

{{this}} = schema.model
{{this.schema}} = pipeline
{this.name}} = model

Example#

For a pipeline named roas_pipeline and a model named first_customer_order the following will result:

{{this}} = roas_pipeline.first_customer_order
{{this.schema}} = roas_pipeline
{{this.name}} = first_customer_order

To check that your variables are working correctly in any model or validation click the See Variables button in the model or validation editor. This will display a dialogue box with the variable outputs.