Skip to content

Commit 2759aed

Browse files
authored
Merge pull request #6354 from segmentio/samkcrespo-patch-5
Add FAQ around changing SQL traits
2 parents 0655af1 + 62b6aa5 commit 2759aed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/unify/Traits/sql-traits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ Yes, Segment limits request sizes to a maximum of 16KB. Records larger than this
214214

215215
No, SQL Traits supports string and numeric data types. You can cast arrays as a comma-separated string. In this case, if you used this trait to build an audience, you could check if the array contains a certain value with the "contains" operator, but the value is sent to any connected destinations as a string.
216216

217+
### Can I change the Warehouse Source after a SQL trait has been created?
218+
219+
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.
220+
217221
## Troubleshooting
218222

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

0 commit comments

Comments
 (0)