Is there any guidelines for when something should be a solid config vs solid input?
m
max
06/01/2020, 8:02 PM
in general, it depends whether you imagine that you'll always know the parameter at pipeline start time or whether it'll sometimes be dependent on the output of upstream solids
👍 1
keep in mind that any input can always be stubbed in through the config system
b
Binh Pham
06/02/2020, 11:10 PM
@max thanks. Currently dagit doesnt show descriptions for composite_solid configs, is there a reason for that?
m
max
06/03/2020, 6:25 PM
hmm, that sounds like a bug -- can you file an issue?