Skip to content

Commit abf0915

Browse files
author
markzegarelli
authored
Merge pull request #2146 from segmentio/ohansegment-sqltraits
Update sql traits frequency settings
2 parents 8b21fbb + fd36c80 commit abf0915

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 the time at which Segment queries the data warehouse and 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)