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 4bfce1d commit 9a09d9eCopy full SHA for 9a09d9e
src/databricks/labs/ucx/progress/install.py
@@ -38,7 +38,7 @@ class HistoricalRecord:
38
ucx_version: str = __version__
39
"""The UCX semantic version."""
40
41
- snapshot_id: int | None = None
+ snapshot_id: str | None = None
42
"""An identifier that is unique to the records produced for a given snapshot."""
43
44
object_type_version: int = 0
0 commit comments