Hey quick question—what is the best practice for c...
# announcements
b
Hey quick question—what is the best practice for creating a dependency structure/connecting solids together within a pipeline when the solids don't actually have values being passed between them--for example, I have a "load" solid that loads my data into a DB table, and then a "transform" solid to transform the data in that table once the load solid is finished. What is the best practice for creating this dependency if no data is actually being passed directly from the "load" solid to the "transform" solid? Thanks!
p
The best practice is to still use inputs/outputs to express that dependency, even if it is just a metadata object