Skip to content

Commit 14000dc

Browse files
committed
typo
1 parent fcdd773 commit 14000dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/table/update/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ def ser_model(self) -> dict[str, Any]:
732732
return {
733733
"type": self.type,
734734
"ref": self.ref,
735-
"snapshot_id": self.snapshot_id,
735+
"snapshot-id": self.snapshot_id,
736736
}
737737

738738
def validate(self, base_metadata: Optional[TableMetadata]) -> None:

0 commit comments

Comments
 (0)