October 9, 2023
Data Types
Define the output format of your data and add basic validation

Column data types are used to define the output format of your data as well as add basic data validations (for number, boolean, and date). A data type can be set on a column by adding the data_type field. If not provided, the column will default to being a string. Currently data types are supported for templates configured via SDK or created with the API. Check out the docs for more details.
Data Types
- string (default)
- number
- date
- boolean
What's Next?
We'll be adding many more validation options over the coming weeks. If you have any feedback or ideas for which validators we should prioritize next, reach out through our GitHub repository or community Slack.
To the top
