Skip to content

Commit fd36c80

Browse files
author
markzegarelli
authored
Update src/personas/sql-traits.md
1 parent e9f70b8 commit fd36c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/personas/sql-traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Click **Create Computed Trait** to save the Trait.
181181
![](images/sql_traits_connect3.png)
182182
Check **Compute without destinations** if you only want to send to Personas
183183

184-
When you create a SQL Trait, Segment runs the query on the warehouse twice a day by default. You can customize what time Segment will query the data warehouse as well as the frequency, up to once per hour, from the SQL Trait's settings.
184+
When you create a SQL Trait, Segment runs the query on the warehouse twice a day by default. You can customize the time at which Segment queries the data warehouse and the frequency, up to once per hour, from the SQL Trait's settings.
185185
(If you're interested in a more frequent schedule, [contact Segment Support](https://segment.com/help/contact/){:target="_blank"}.)
186186

187187
For each row (user or account) in the query result, Personas sends an identify or group call with all the columns that were returned as Traits. For example, if you write a query that returns `user_id,has_open_ticket, num_tickets_90_days, avg_zendesk_rating_90days` we send an identify call with the following payload:

0 commit comments

Comments
 (0)