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
Copy file name to clipboardExpand all lines: src/engage/audiences/linked-audiences.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,18 +64,17 @@ As you’re building or maintaining your audience, you may encounter an error or
64
64
| No columns exist for entity | No columns exist for entity in Data Graph: <entity> | Terminate and execute next run |
65
65
| Missing join key between entities | Join key missing from Data Graph for relation: <relationship> | Terminate and execute next run |
66
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 |
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: <relationshipslug> | Terminate and execute next run |
69
+
| Entity relationship not in Data Graph | Entity relationship not in Data Graph for entity: <entity> and relationship: <relationshipslug> | Terminate and execute next run |
70
70
| Query fails for unknown internal error | An unexpected error occurred. Execution will retry. If the problem persists, please contact Segment support. | Retry |
71
71
| Update model fails | An unexpected error occurred. Execution will retry. If the problem persists, please contact Segment support. | Retry |
72
72
| Kick off rETL job | An unexpected error occurred. Execution will retry. If the problem persists, please contact Segment support. | Retry |
73
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' ||
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>' ||
75
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 |
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 |
79
78
| Load results | Execution is paused due to an identified operational issue. ||
0 commit comments