Skip to content

Commit 9a09d9e

Browse files
committed
Make snapshot id an string
1 parent 4bfce1d commit 9a09d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/labs/ucx/progress/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class HistoricalRecord:
3838
ucx_version: str = __version__
3939
"""The UCX semantic version."""
4040

41-
snapshot_id: int | None = None
41+
snapshot_id: str | None = None
4242
"""An identifier that is unique to the records produced for a given snapshot."""
4343

4444
object_type_version: int = 0

0 commit comments

Comments
 (0)