Skip to content

Commit 1abd909

Browse files
committed
fix: Unlink UPDATE and DELETE keywords pending dml.md update
The `#update` and `#delete` anchors do not exist on `reference/sql/dml.md`, only `#insert` and `#merge-into` do. Removing the broken anchors here unblocks the Deploy check; the dml.md page needs a separate update to add UPDATE and DELETE sections describing the new behavior added in spiceai/spiceai#10747 for write-capable connectors.
1 parent 4a2a469 commit 1abd909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/components/data-connectors/snowflake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The connector supports password-based and [key-pair](https://docs.snowflake.com/
217217

218218
## Write Support
219219

220-
This connector supports writing data to Snowflake tables using SQL [`INSERT INTO`](../../reference/sql/dml#insert), [`UPDATE`](../../reference/sql/dml#update), and [`DELETE FROM`](../../reference/sql/dml#delete) statements.
220+
This connector supports writing data to Snowflake tables using SQL [`INSERT INTO`](../../reference/sql/dml#insert), `UPDATE`, and `DELETE FROM` statements.
221221

222222
To enable writes, set `access: read_write` on the dataset:
223223

0 commit comments

Comments
 (0)