Example representation: Data model with filters
This is an example representation of a data model, created using the get a data model representation endpoint. Representations like this one can be used to create a data model from code using the create a data model from a representation endpoint. Each page in this example library includes the code representation of the data model and step-by-step instructions to create it in the Sigma UI.
Consult this example and others in the Data model representation example library to:
- Troubleshoot the formatting of a particular feature in code representation
- Relate a feature from the Sigma UI to its representation in code
- Provide context to AI tools used to create data models from code
This example representation cannot be used as-is. All identifying details, such as IDs, names, and URLs, have been replaced with randomized ID values or generic substitutions. The format of these contents, like the length of ID values, is preserved for demonstrative purposes. However, this representation cannot be directly used without modification to the base URL, connection details, and more. For more information, see Create and manage data models from code.
System and user requirements
To complete the steps in this example, you must meet the user requirements listed below for creating the data model in the UI and creating it from code.
The ability to create this data model in the Sigma UI requires the following:
- You must be assigned an account type with the Create, edit, and publish data models permissions enabled.
- You must have access to a connection to a data platform.
The ability to create a data model from code requires the following:
- You must be assigned the Admin account type.
- You must have developer credentials for the Sigma API. For more information, see Get started with the Sigma REST API.
This example uses a table from the Sigma Sample Connection. Your organization might have disabled access to the Sigma sample connection. If so, you can contact an admin to enable it, or use a table from another connection to follow along with this example.
Create the example data model in the Sigma UI
To create this data model in the Sigma UI:
-
Go to the Home page.
-
Select
Create New > Data model.
A new data model opens.
-
From the Add element bar, select Data > Table.
-
In the Select source modal, search for the table
PLUGS_ELECTRONICS_HANDS_ON_LAB_DATAin theEXAMPLES.PLUGS_ELECTRONICSschema. -
Select the table to add it to the data model.
The table appears in the data model.
-
In the
[Quantity]column, select the down arrowto open the column menu, and then select Filter.
-
Configure the new filter with a minimum value of
4and a maximum value of10. -
In the
[Product Type]column, select the down arrowto open the column menu, and then select Filter.
-
Configure the new filter to only show rows with the value
Music. -
In the
[Product Name]column, select the down arrowto open the column menu, and then select Filter.
-
Select
More options > Change filter type and select Text match.
-
Configure the new filter with the Contains comparison operator, and enter the text value
Geek Squad Certified. -
Select Publish.
Get a JSON representation of this data model
To get a JSON representation of this data model, follow the steps in Get the code representation of a data model.
The JSON representation of this data model appears like the following:
JSON representation
{
"dataModelId": "783e1f45-232e-4517-8ab0-7ade98e2976e",
"name": "filters",
"url": "https://aws-api.sigmacomputing.com/org-name/data-model/filters-7jROCnEwXxxgCiPhiWsZt0",
"documentVersion": 2,
"latestDocumentVersion": 2,
"ownerId": "d4nQvGNUuQooK1njlat7QrJYgMUoo",
"folderId": "8d1beeb0-b41d-48fc-9913-18b442c99562",
"createdBy": "d4nQvGNUuQooK1njlat7QrJYgMUoo",
"updatedBy": "d4nQvGNUuQooK1njlat7QrJYgMUoo",
"createdAt": "2026-04-01T19:18:23.694Z",
"updatedAt": "2026-04-01T19:19:17.913Z",
"schemaVersion": 1,
"pages": [
{
"id": "6OZtvsushK",
"name": "Page 1",
"elements": [
{
"id": "IkoY1seJXG",
"kind": "table",
"source": {
"connectionId": "b577364f-7b68-445f-9a7e-7c099e6beac4",
"kind": "warehouse-table",
"path": [
"EXAMPLES",
"PLUGS_ELECTRONICS",
"PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA"
]
},
"columns": [
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/ORDER_NUMBER",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Order Number]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/DATE",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Date]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/SKU_NUMBER",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Sku Number]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/QUANTITY",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Quantity]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/COST",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Cost]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/PRICE",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Price]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_TYPE",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Product Type]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_FAMILY",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Product Family]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_LINE",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Product Line]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/BRAND",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Brand]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_NAME",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Product Name]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/STORE_NAME",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Store Name]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/STORE_KEY",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Store Key]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/STORE_REGION",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Store Region]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/STORE_STATE",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Store State]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/STORE_CITY",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Store City]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/STORE_ZIP_CODE",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Store Zip Code]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/STORE_LATITUDE",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Store Latitude]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/STORE_LONGITUDE",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Store Longitude]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/CUST_KEY",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Cust Key]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/CUSTOMER_NAME",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Customer Name]"
},
{
"id": "inode-PSC2jczeKrSIHptL5yHlYw/CUST_JSON",
"formula": "[PLUGS_ELECTRONICS_HANDS_ON_LAB_DATA/Cust Json]"
}
],
"filters": [
{
"id": "EJ6f0UA3DE",
"columnId": "inode-PSC2jczeKrSIHptL5yHlYw/QUANTITY",
"kind": "number-range",
"includeNulls": "when-no-value-is-selected",
"min": 4,
"max": 10
},
{
"id": "aMohKq9V3s",
"columnId": "inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_TYPE",
"kind": "list",
"mode": "include",
"values": [
"Music"
]
},
{
"id": "O8sbuZBeSI",
"columnId": "inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_NAME",
"kind": "text-match",
"mode": "contains",
"value": "Geek Squad Certified",
"case": "insensitive",
"includeNulls": "when-no-value-is-selected"
}
],
"order": [
"inode-PSC2jczeKrSIHptL5yHlYw/ORDER_NUMBER",
"inode-PSC2jczeKrSIHptL5yHlYw/DATE",
"inode-PSC2jczeKrSIHptL5yHlYw/SKU_NUMBER",
"inode-PSC2jczeKrSIHptL5yHlYw/QUANTITY",
"inode-PSC2jczeKrSIHptL5yHlYw/COST",
"inode-PSC2jczeKrSIHptL5yHlYw/PRICE",
"inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_TYPE",
"inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_FAMILY",
"inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_LINE",
"inode-PSC2jczeKrSIHptL5yHlYw/BRAND",
"inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_NAME",
"inode-PSC2jczeKrSIHptL5yHlYw/STORE_NAME",
"inode-PSC2jczeKrSIHptL5yHlYw/STORE_KEY",
"inode-PSC2jczeKrSIHptL5yHlYw/STORE_REGION",
"inode-PSC2jczeKrSIHptL5yHlYw/STORE_STATE",
"inode-PSC2jczeKrSIHptL5yHlYw/STORE_CITY",
"inode-PSC2jczeKrSIHptL5yHlYw/STORE_ZIP_CODE",
"inode-PSC2jczeKrSIHptL5yHlYw/STORE_LATITUDE",
"inode-PSC2jczeKrSIHptL5yHlYw/STORE_LONGITUDE",
"inode-PSC2jczeKrSIHptL5yHlYw/CUST_KEY",
"inode-PSC2jczeKrSIHptL5yHlYw/CUSTOMER_NAME",
"inode-PSC2jczeKrSIHptL5yHlYw/CUST_JSON"
]
}
]
}
]
}Representing filters
In this representation, the filters are represented by the filters array for the table element:
Filters representation
...
{
"id": "EJ6f0UA3DE",
"columnId": "inode-PSC2jczeKrSIHptL5yHlYw/QUANTITY",
"kind": "number-range",
"includeNulls": "when-no-value-is-selected",
"min": 4,
"max": 10
},
{
"id": "aMohKq9V3s",
"columnId": "inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_TYPE",
"kind": "list",
"mode": "include",
"values": [
"Music"
]
},
{
"id": "O8sbuZBeSI",
"columnId": "inode-PSC2jczeKrSIHptL5yHlYw/PRODUCT_NAME",
"kind": "text-match",
"mode": "contains",
"value": "Geek Squad Certified",
"case": "insensitive",
"includeNulls": "when-no-value-is-selected"
}
...To learn more about filter types and their representations, consult the interactive Body Params section in Create a data model from a code representation. There, you can craft an example with one or more filters and see its representation.
Updated about 13 hours ago
