Skip to content

Commit 08a06de

Browse files
authored
updates from peer review
1 parent 76a66c0 commit 08a06de

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/engage/audiences/linked-audiences.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,17 @@ As you’re building or maintaining your audience, you may encounter an error or
6464
| No columns exist for entity | No columns exist for entity in Data Graph: <entity> | Terminate and execute next run |
6565
| Missing join key between entities | Join key missing from Data Graph for relation: <relationship> | Terminate and execute next run |
6666
| 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: <relationship slug> | 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: <relationship slug> | Terminate and execute next run |
67+
| Entity relationship not in Data Graph | Entity relationship not in Data Graph for entity <entity> | Terminate and execute next run |
68+
| Entity relationship not in Data Graph | Entity relationship not in Data Graph for relationship: <relationship slug> | Terminate and execute next run |
69+
| Entity relationship not in Data Graph | Entity relationship not in Data Graph for entity: <entity> and relationship: <relationship slug> | Terminate and execute next run |
7070
| Query fails for unknown internal error | An unexpected error occurred. Execution will retry. If the problem persists, please contact Segment support. | Retry |
7171
| Update model fails | An unexpected error occurred. Execution will retry. If the problem persists, please contact Segment support. | Retry |
7272
| Kick off rETL job | An unexpected error occurred. Execution will retry. If the problem persists, please contact Segment support. | Retry |
7373
| 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' | |
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 '<XX.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 '<XX.TRAITS>' | |
7575
| 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 |
76+
| Check results | An unexpected error occurred attempting to execute this model query. | Retry |
77+
| Process results | Execution is paused due to an identified operational issue. | Pause for manual intervention |
7978
| Load results | Execution is paused due to an identified operational issue. | |
8079

8180
#### Edit an audience

0 commit comments

Comments
 (0)