# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/integrations/dbt/validation-tests-coming-soon.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
