Skip to content

1. Running Transforms

1.1. Running Transform Graph

!!! tip Pre-requisite: Create a Transform Graph as described in Create Transform Graph.

Running a transform graph

  • runs the tasks (or nodes) in the graph, from start to finish, feeding the output of one task to the input of another (as defined in the transform graph)
  • the results of a graph's run:
    • are recorded in a two level mlflow run hierarchy: the parent run represents the graph and each child run represents a task in the graph
    • are also captured in Infinstor Side bar > Transforms > Develop Transform Graph > Browse > Select a Graph > Run Status

For details, see the video below