Skip to content

Commit 1abf804

Browse files
committed
Remove snapshot_id and object_version
1 parent 70702f0 commit 1abf804

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ class Historical:
3737
ucx_version: str = __version__
3838
"""The UCX semantic version."""
3939

40-
snapshot_id: str | None = None
41-
"""An identifier that is unique to the historical records produced for a given snapshot."""
42-
43-
object_type_version: int = 0
44-
"""Versioning of inventory table, for forward compatibility."""
45-
4640

4741
class ProgressTrackingInstallation:
4842
"""Install resources for UCX's progress tracking."""

0 commit comments

Comments
 (0)