Evan Lutins
03/12/2025, 2:43 PMValidationResult
nodes from the DAG when calling visualize_execution()
? I tried passing in bypass_validation=True
argument but didnt work. here is the code used to generate my dag.
dr.visualize_execution(
final_vars=outputs,
inputs=inputs,
bypass_validation=True
)
The returned DAG contains a {node-name}_raw
and {node-name}_validator
for each node decorated with a @check_output
. Ideally I would just like a single {node_name}
represented in the DAGElijah Ben Izzy
03/12/2025, 2:59 PMElijah Ben Izzy
03/12/2025, 2:59 PMEvan Lutins
03/12/2025, 7:06 PM