Skip to content

Commit 00549e2

Browse files
authored
Update src/connections/reverse-etl/reverse-etl-source-setup-guides/redshift-setup.md
1 parent 42ecd37 commit 00549e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/reverse-etl/reverse-etl-source-setup-guides/redshift-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Give the `segment` user write permissions for the Segment managed schema (`__seg
2828

2929
### Troubleshooting
3030
#### Extraction failures: relation does not exist
31-
If you are able to run the query in the Query Builder, but the sync fails with `relation does not exist` error, please make sure the schema name is included before the database table name, and check that the schema name is correct:
31+
If you are able to run the query in the Query Builder, but the sync fails with the `relation does not exist` error, please make sure the schema name is included before the database table name, and check that the schema name is correct:
3232
```ts
3333
SELECT id FROM <schema_name>.<table_name>
3434
```

0 commit comments

Comments
 (0)