Skip to content

Commit c0af6ad

Browse files
Update src/connections/storage/warehouses/warehouse-errors.md
1 parent 6354a5f commit c0af6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ This error is generally a network error when Redshift closes the connection. If
5757

5858
### ERROR: failed to create table: 002318 (42601): SQL compilation error: invalid column definition name "XXX" (ANSI reserved)
5959

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 [here](https://docs.snowflake.com/en/sql-reference/reserved-keywords).
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)