No Null Values
When configured, null value checks notify you when null values are detected in a specified column, and prevent them from being loaded to your destination.
Example
No Null Values: id
| id | name |
|---|---|
| 001 | Jon |
| John | |
| 003 | Jane |
| 004 | Jean |
Configuration

Key Considerations
- Wrangler steps that set a column value to null (e.g. Set Values to Null) will cause the no null values check to fail if configured on that column.
- Null checks can be added to any column type.