Skip to content

Commit e8f5b89

Browse files
committed
Update API docs for data_files and delete_files
1 parent 30e9dd0 commit e8f5b89

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
@@ -845,6 +845,19 @@ readable_metrics: [
845845
[6.0989]]
846846
```
847847

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

850863
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)