read_node

Read Pipeline Node Artifact

Reads and returns the contents of a ComputedNode. For in-memory pipelines, returns the dynamically computed value directly from the registry. For built pipelines, reads the materialized artifact from the latest (or specified) build log. Use which_log to read from a specific historical build (“time travel”).

Parameters

Returns

The deserialized artifact value, or the in-memory value.

See Also

inspect_pipeline, build_pipeline, read_pipeline