.visualize_execution
and .visualize_materialization
shouldn't need inputs
#1185
Labels
.visualize_execution
and .visualize_materialization
shouldn't need inputs
#1185
When using
Driver.visualize_execution()
andDriver.visualize_materialization()
, you need to specifyinputs
andoverrides
to determine the path from "inputs" tofinal_vars
and display it.A friction point is that users must specify a valid
inputs
dictionary to use this visualization (i.e., includes all the necessary inputs with the right types). Sinceinputs
values aren't actually used, the logic could be reworked to assume that "allinputs
are available`.This would be a quality of life improvement
The text was updated successfully, but these errors were encountered: