Skip to content

Commit e345f38

Browse files
Merge pull request #4771 from segmentio/pmbasco-patch-2
Adding ANSI Reserved Keyword error to Warehouse Errors Page
2 parents 3ce14ab + c0af6ad commit e345f38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/storage/warehouses/warehouse-errors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ This is a permissioning issue. To learn how to set up proper permissions, you ca
5454
### EOF
5555

5656
This error is generally a network error when Redshift closes the connection. If the problem persists on multiple runs, [contact us](https://segment.com/help/contact/).
57+
58+
### ERROR: failed to create table: 002318 (42601): SQL compilation error: invalid column definition name "XXX" (ANSI reserved)
59+
60+
This error indicates that a column that is attempting to sync has the same title as a reserved keyword in Snowflake. More information regarding Snowflake's reserved keywords can be found [in Snowflake's docs](https://docs.snowflake.com/en/sql-reference/reserved-keywords){:target="_blank”}.

0 commit comments

Comments
 (0)