stage.StageResult

Summarize the result of a staging operation.

Usage

stage.StageResult(
    source,
    staged,
    message="",
    details=dict(),
)

Parameter Attributes

source: str
staged: bool
message: str = ""
details: dict[str, Any] = dict()

Attributes

source: str

Source identifier, such as 01_gold_mine or 02_globus.

staged: bool

Whether the staging operation completed successfully.

message: str, default=“”

Human-readable summary of the outcome.

details: dict[str, Any]
Source-specific metadata about the staging attempt.