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
(ornodes
) in the graph, from start to finish, feeding the output of onetask
to the input of another (as defined in thetransform graph
) - the results of a
graph's
run:- are recorded in a two level
mlflow run
hierarchy: the parent run represents thegraph
and each child run represents atask
in the graph - are also captured in Infinstor Side bar > Transforms > Develop Transform Graph > Browse > Select a Graph > Run Status
- are recorded in a two level
For details, see the video below