We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376ca2b commit 8bc8c76Copy full SHA for 8bc8c76
mkdocs/docs/api.md
@@ -1031,6 +1031,7 @@ Expert Iceberg users may choose to commit existing parquet files to the Iceberg
1031
### Example
1032
1033
Add files to Iceberg table:
1034
+
1035
```python
1036
# Given that these parquet files have schema consistent with the Iceberg table
1037
@@ -1047,6 +1048,7 @@ tbl.add_files(file_paths=file_paths)
1047
1048
```
1049
1050
Add files to Iceberg table with custom snapshot properties:
1051
1052
1053
# Assume an existing Iceberg table object `tbl`
1054
0 commit comments