Skip to main content
After a successful run, you can access detailed metrics and validation results from the run.metadata object. This example shows how to parse this object. To make this example runnable, we’ll create a mock LumeRun object that simulates the result of a completed pipeline. In a real workflow, this run object would be the output of lume.run(...) followed by run.wait(). See the Advanced Topics page for the full, detailed schema of the metadata object.