For the complete documentation index, see llms.txt. This page is also available as Markdown.

Validation Tests (coming soon)

When Omnata Push runs an outbound Sync, the engine runs all selected records through a validator function.

This flags data quality issues early and quickly, before consuming any time, bandwidth, or rate limit quota when sending the records.

For example, if a Salesforce field is supposed to contain email addresses, the Salesforce plugin will confirm that the column actually contains a valid email address.

When using our dbt package, you can attach a test to model that's the source of an outbound Sync, and run that validation yourself.

Last updated