Constraints
Last updated
Last updated
Do you have rules that every row in the data must follow? Are these the same regardless of how much data there is? You can use constraints to describe this business logic in your data.
Used predefined constraints to apply simple logic within a single table. For example, the value in one column (checkout_date
) must always be greater than another (checkin_date
).
to learn more.
If your logic cannot be described by predefined constraints, create your own custom constraint. The logic must be defined in a separate Python file that you can load and add to any synthesizer.
See the guide for more details.
Ready to take constraints to the next level? Add complex business logic that reaches across multiple tables, and access advanced algorithms with a simple API.
See our guide for.