https://dagster.io/ logo
Title
d

Dan Corbiani

04/26/2021, 8:56 PM
Hi Everyone, We're trying to document our dagster solids using sphinx and none of the functions show up in our API docs. I'm assuming this has something to do with the way the functions are wrapped and that the docstrings are getting dropped somewhere. Is this a known issue? Does anyone know where I could look to find the root cause?
n

Noah K

04/26/2021, 9:27 PM
Hmm yeah, the return value of the @solid decorator isn't actually a function, it's a SolidDefinition object.
That's a hard one >_<
d

Dan Corbiani

04/27/2021, 3:03 PM
Thanks @alex I tried to look for an open issue but missed it. I'll follow up on that ticket.