Skip to content

Commit e9f70b8

Browse files
committed
update sql traits frequency
1 parent 644245e commit e9f70b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/personas/sql-traits.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ 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. (If you're interested in a more frequent or customizable schedule, [contact Segment Support](https://segment.com/help/contact/){:target="_blank"}.)
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.
185+
(If you're interested in a more frequent schedule, [contact Segment Support](https://segment.com/help/contact/){:target="_blank"}.)
185186

186187
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:
187188

0 commit comments

Comments
 (0)