Skip to content

Commit 7d28873

Browse files
authored
Merge pull request #4155 from segmentio/Panandhan22-patch-1
Update sql-traits.md
2 parents 120d49a + 24c7342 commit 7d28873

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/engage/audiences/sql-traits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,7 @@ In this case, for sources connected to Engage, Segment hasn't received any event
240240
You might be returning a value for `user_id` that's inconsistent with how you track `user_id` elsewhere. Some customers want to return `email` as the `user_id`, or a partner's tool ID as the `user_id`. These conflict with Segment best practices and corrupt the identity graph if you then track `user_id` differently elsewhere in your apps.
241241

242242
If you see only question marks in the preview, and have already tracked data historically with Segment, then you likely have the wrong column. If your cloud source doesn't have the database `user_id`, Segment recommends using a `JOIN` clause with an internal users table before sending the results back to Segment.
243+
244+
### Why do some SQL Trait settings not have the “Compute schedule” option?
245+
246+
Segment added the compute schedule feature on Feb 8, 2021, so traits created prior to this date will not have this option. If your trait lacks this feature, recreating it will make it available.

0 commit comments

Comments
 (0)