Skip to content

Commit 0ca8aa8

Browse files
authored
Add nullify behavior for sql trait.md
1 parent 3dca172 commit 0ca8aa8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/unify/Traits/sql-traits.md

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ No, SQL Traits supports string and numeric data types. You can cast arrays as a
218218

219219
After a SQL trait has been created, you can't change its Warehouse Source. You'll need to create a new trait if you want to change the Warehouse source.
220220

221+
### What happens if a user is no longer returned by the SQL trait?
222+
223+
If a user was present in one computation, but it is no longer present in the following one, the SQL trait will detect this difference and nullify all trait values for the user. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} if you have a use case which calls for an exemption from this default behavior.
224+
221225
## Troubleshooting
222226

223227
### I'm getting a permissions error.

0 commit comments

Comments
 (0)