Skip to content

Commit f4b52fa

Browse files
authored
Merge pull request #6916 from segmentio/estgc-patch-2
Add SQL Traits Nullify Behavior
2 parents 8c6f7f4 + 0ca8aa8 commit f4b52fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)