Skip to content

Commit 6bc0359

Browse files
authored
Merge pull request #5453 from segmentio/lizkane222-patch-11
Update sql-traits.md Add Troubleshooting step
2 parents 736c310 + db4532b commit 6bc0359

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/unify/Traits/sql-traits.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,10 @@ Check that you've configured the identifier that uniquely identifies users in a
268268

269269
Ensure that the name given to the SQL trait is not the same name as the identifier or column name from the query. To use SQL traits to update an identifier, the identifier will need to be a column in the query of your SQL trait. The column name in the query of the SQL trait should be the one that Identity Resolution uses to generate the identifier.
270270

271+
### Are there any errors in the browser's Network or Console tab?
272+
273+
If you experience issues saving the SQL Trait query or previewing the results of the SQL Trait query, open the browser's Console and Network tabs to see if any errors occurred upon clicking the Save/Preview buttons. If you find any errors, please expand the error and take a screenshot of it. You can then share these details when creating a support ticket.
274+
271275
### Why can't I see error messages in SQL traits while other users can?
272276
To see error messages in SQL traits, you will need to have PII Access.
277+

0 commit comments

Comments
 (0)