Skip to content

Commit 8898ead

Browse files
authored
Adding ANSI Reserved Keyword error to Warehouse Errors Page
1 parent 7b04788 commit 8898ead

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 word in Snowflake. More information regarding Snowflake's reserved keywords can be found [here](https://docs.snowflake.com/en/sql-reference/reserved-keywords).

0 commit comments

Comments
 (0)