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 d2556a5 commit 0d5f34aCopy full SHA for 0d5f34a
src/databricks/labs/ucx/progress/install.py
@@ -29,7 +29,7 @@ class HistoricalRecord:
29
object_id: list[str]
30
"""The type-specific identifier for this inventory record."""
31
32
- object_data: str
+ data: dict[str, str]
33
"""Type-specific JSON-encoded data of the inventory record."""
34
35
owner: str
0 commit comments