Skip to content

Commit

Permalink
docs: dt.delete add context + api docs link (#2560)
Browse files Browse the repository at this point in the history
This PR adds more general context about using `dt.delete()` and a link
to the API docs
  • Loading branch information
avriiil authored Jun 4, 2024
1 parent d65b4d6 commit b64335d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/usage/deleting-rows-from-delta-lake-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ Here are the contents of the Delta table after the delete operation has been per
| 2 | b |
+-------+----------+
```

`dt.delete()` accepts any `SQL where` clause. If no predicate is provided, all rows will be deleted.

Read more in the [API docs](https://delta-io.github.io/delta-rs/api/delta_table/#deltalake.DeltaTable.delete)

0 comments on commit b64335d

Please sign in to comment.