Skip to main content

get_run_progress

Function get_run_progress 

Source
pub async fn get_run_progress(
    configuration: &Configuration,
    workspace: &str,
    id: &str,
) -> Result<Vec<AssetProgress>, Error<GetRunProgressError>>
Expand description

Live materialization state for the relations a single job writes, keyed by relation. Polled while a run is in flight so a graph can move a node as its model completes. Authorized through the job, so a caller who may not read it is refused rather than told the run has no progress. An empty list means the job exists and has recorded nothing yet, or is unknown to this workspace.