Skip to content

Commit bf36130

Browse files
authored
Add period
1 parent b500449 commit bf36130

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
@@ -197,5 +197,5 @@ By contrast, Segment Unify and incrementally-built Profiles Sync materialization
197197

198198
#### What hash function is used for the external_id_hash field by Profiles Sync?
199199

200-
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)`
200+
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)