perago.WorkspaceOutput#

class perago.WorkspaceOutput(*, repository, branch, ref_type, ref)[源代码]#

Workspace reference returned after successful publication.

WorkspaceOutput is generated by the runtime for completed workspace tasks. It preserves the input repository and branch, and points ref to the LakeFS commit produced by publication.

Parameters:
repositorystr

LakeFS repository name.

branchstr

Branch that was successfully advanced.

ref_type{"commit"}

Type of output reference. Perago currently emits commit references.

refstr

Published commit ref.

参数:

Attributes

repository

branch

ref_type

ref