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 70702f0 commit 1abf804Copy full SHA for 1abf804
src/databricks/labs/ucx/progress/install.py
@@ -37,12 +37,6 @@ class Historical:
37
ucx_version: str = __version__
38
"""The UCX semantic version."""
39
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
46
47
class ProgressTrackingInstallation:
48
"""Install resources for UCX's progress tracking."""
0 commit comments