We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011f647 commit 0f7190bCopy full SHA for 0f7190b
mkdocs/docs/api.md
@@ -1264,7 +1264,7 @@ Manage table statistics with operations through the `Table` API:
1264
1265
```python
1266
# To run a specific operation
1267
-table.update_statistics().set_statistics(snapshot_id, statistics_file).commit()
+table.update_statistics().set_statistics(snapshot_id=1, statistics_file=statistics_file).commit()
1268
# To run multiple operations
1269
table.update_statistics()
1270
.set_statistics(snapshot_id1, statistics_file1)
0 commit comments