We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
data_files
delete_files
1 parent 1d3b70f commit b38629dCopy full SHA for b38629d
mkdocs/docs/api.md
@@ -844,6 +844,19 @@ readable_metrics: [
844
[6.0989]]
845
```
846
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
860
## Add Files
861
862
Expert Iceberg users may choose to commit existing parquet files to the Iceberg table as data files, without rewriting them.
0 commit comments