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.
run_as
HistoricalRecord
1 parent 4eb42f1 commit 19bd3f5Copy full SHA for 19bd3f5
src/databricks/labs/ucx/progress/install.py
@@ -20,6 +20,9 @@ class HistoricalRecord:
20
run_id: int
21
"""An identifier of the workflow run that generated this record."""
22
23
+ run_as: str
24
+ """The identity of the account that ran the workflow that generated this record."""
25
+
26
snapshot_id: int
27
"""An identifier that is unique to the records produced for a given snapshot."""
28
0 commit comments