Skip to content

Commit b38629d

Browse files
committed
Update API docs for data_files and delete_files
1 parent 1d3b70f commit b38629d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

mkdocs/docs/api.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,19 @@ readable_metrics: [
844844
[6.0989]]
845845
```
846846

847+
<!-- prettier-ignore-start -->
848+
849+
!!! info
850+
Content refers to type of content stored by the data file:
851+
852+
- 0 Data
853+
- 1 Position Deletes
854+
- 2 Equality Deletes
855+
856+
<!-- prettier-ignore-end -->
857+
858+
To show only data files or delete files in the current snapshot, use `table.inspect.data_files()` and `table.inspect.delete_files()` respectively.
859+
847860
## Add Files
848861

849862
Expert Iceberg users may choose to commit existing parquet files to the Iceberg table as data files, without rewriting them.

0 commit comments

Comments
 (0)