We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a03247 + 34f6d2c commit 8496b38Copy full SHA for 8496b38
1 file changed
simvue/api/objects/run.py
@@ -229,6 +229,11 @@ def metadata(self) -> dict[str, typing.Any]:
229
def metadata(self, metadata: dict[str, typing.Any]) -> None:
230
self._staging["metadata"] = metadata
231
232
+ @property
233
+ def user(self) -> str:
234
+ """Return the user associate with this run."""
235
+ return self._get_attribute("user")
236
+
237
@property
238
@staging_check
239
def description(self) -> str:
0 commit comments