Skip to content

Commit e41180d

Browse files
authored
edits
1 parent ac54ada commit e41180d

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
@@ -198,4 +198,4 @@ By contrast, Segment Unify and incrementally-built Profiles Sync materialization
198198
#### What hash function is used for the external_id_hash field by Profile 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)`
201-
For example, in Big Query this is the logic, `TO_HEX(SHA1(concat(external_id_type, external_id_value))) as seg_hash`.
201+
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)