You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Associated with an entity | Creates a condition that filters profiles associated with entity relationships defined in the [Data Graph](/docs/unify/linked-profiles/data-graph/). With this condition, you can traverse the full nested entity relationship and filter your audience on entity column values. Note: you can only create nested entity conditions up to four levels in depth. For example, an entity condition that queries for relationships between Profiles, Accounts, Credit Cards, and Transactions has four levels of depth. |
51
51
| Where profile trait | Creates a condition that filters profiles with a specific trait. |
52
52
| Part of an audience | Creates a condition that filters profiles that are part of an existing linked or classic audience. |
53
53
| Performed event | Creates a condition that filters profiles on their event history. Users can also filter on event property values.|
54
54
55
+
#### Error States
56
+
57
+
As you’re building or maintaining your audience, you may encounter an error or warning message about possible impacts to your audience. Below are some common reasons errors occur, along with suggested troubleshooting steps.
| Parse error | An unknown error occurred. Execution will retry. If the problem persists, please contact Segment support. | Terminate and execute next run |
62
+
| Graph missing entity | Entity missing from Data Graph: <entity> | Terminate and execute next run |
63
+
| Graph missing column for entity | Entity column missing from Data Graph for Entity <entity> and Column: <column> | Terminate and execute next run |
64
+
| No columns exist for entity | No columns exist for entity in Data Graph: <entity> | Terminate and execute next run |
65
+
| Missing join key between entities | Join key missing from Data Graph for relation: <relationship> | Terminate and execute next run |
66
+
| Join key is wrong type | Relationship key should be a string: <relationship> | Terminate and execute next run |
67
+
| Entity relationship not in Data Graph (we know the entity) | Entity relationship not in Data Graph for entity <entity> | Terminate and execute next run |
68
+
| Entity relationship not in Data Graph (we know the relationship slug) | Entity relationship not in Data Graph for relationship: <relationshipslug> | Terminate and execute next run |
69
+
| Entity relationship not in Data Graph (we know the entity and relationship slug) | Entity relationship not in Data Graph for entity: <entity> and relationship: <relationshipslug> | Terminate and execute next run |
70
+
| Query fails for unknown internal error | An unexpected error occurred. Execution will retry. If the problem persists, please contact Segment support. | Retry |
71
+
| Update model fails | An unexpected error occurred. Execution will retry. If the problem persists, please contact Segment support. | Retry |
72
+
| Kick off rETL job | An unexpected error occurred. Execution will retry. If the problem persists, please contact Segment support. | Retry |
73
+
| Warehouse errors | Pass through warehouse errors | Terminate and execute next run |
74
+
| SQL Compilation execution | Examples: extract phase failed: An unexpected Snowflake error occurred trying to execute your model query: 000904 (42000): SQL compilation error: error line 30 at position 61 invalid identifier 'EV.PROPERTIES' extract phase failed: An unexpected Snowflake error occurred trying to execute your model query: 000904 (42000): SQL compilation error: error line 23 at position 19 invalid identifier 'UPDATES.TRAITS' ||
75
+
| Duplicate records for ID | Examples: extract phase failed: Duplicate records have been detected. This could be because the model query returned multiple records for the same ID column (MATCHID), or the Segment records table itself has duplicate records. ||
76
+
| Check results | An unknown error occurred. Execution will retry. If the problem persists, please contact Segment support. | Retry |
77
+
| Extract results | Execution is paused due to an identified operational issue. | Pause for manual intervention |
78
+
| Process results | Execution is paused due to an identified operational issue. | Set retl_results_processed = true on success Set retl_results_processed = false on failure Set lock Abort other execution attempts Page Compute |
79
+
| Load results | Execution is paused due to an identified operational issue. ||
80
+
55
81
#### Edit an audience
56
82
To edit an audience:
57
83
1. Navigate to **Engage > Audiences**, and select the audience you'd like to edit.
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/index.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,8 @@ beta: true
5
5
hidden: true
6
6
---
7
7
8
-
> info "Linked Profiles is in private beta"
9
-
> Linked Profiles is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
10
-
8
+
> info "Linked Profiles is in public beta"
9
+
> Linked Profiles is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
11
10
> warning ""
12
11
> Linked Profiles currently only supports workspaces in the United States.
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/setup-guides/snowflake-setup.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,8 @@ beta: true
5
5
hidden: true
6
6
---
7
7
8
-
> info "Linked Profiles is in private beta"
9
-
> Linked Profiles (Data Graph, Linked Events, and Linked Audiences) is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
10
-
8
+
> > info "Linked Profiles is in public beta"
9
+
> Linked Profiles (Data Graph, Linked Events, and Linked Audiences) is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
11
10
12
11
On this page, you'll learn how to connect your Snowflake data warehouse to Segment.
0 commit comments