If a node doesn’t have an output, can this node be...
# beginners-need-help
r
If a node doesn’t have an output, can this node be made into a dependency of another node? Eg
node1
executes a sql script in a db producing
table1
, then
node2
executes another sql script on
table1
.