Skip to content

Commit b500449

Browse files
authored
Fix header
1 parent e41180d commit b500449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/profiles-sync/sample-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The following edge cases might drive slight (<0.01%) variation:
195195

196196
By contrast, Segment Unify and incrementally-built Profiles Sync materializations won’t combine already-computed traits across two merged profiles at the moment of merge. Instead, one profile’s traits will be chosen across the board.
197197

198-
#### What hash function is used for the external_id_hash field by Profile Sync?
198+
#### What hash function is used for the external_id_hash field by Profiles Sync?
199199

200200
The `external_id_hash` is a hash of the `external_id_type` and `external_id_value` using SHA-1. This field corresponds to the `primary_key` for the table: `hash (external_id_type and external_id_value)`
201201
For example, in BigQuery the logic is: `TO_HEX(SHA1(concat(external_id_type, external_id_value))) as seg_hash`.

0 commit comments

Comments
 (0)