Worfklow.transform

Workflow.transform(name) → Transform

Create a reference to the transform within a workflow.

Parameters:

name : str The scoped reference to the transform, unique within the workflow.

Returns:

Transform

Examples

workflow = redivis.user("imathews").workflow("example_workflow_climate_analysis")

transform = workflow.notebook('compute_annual_precipitation')
transform.run()

Last updated

Was this helpful?