https://dagster.io/ logo
#dagster-feedback
Title
# dagster-feedback
i

Isaac Harris-Holt

07/05/2022, 8:39 AM
I'd love it if there was a way to specify descriptions for config schema that show up as yaml comments in dagit when scaffolding missing config
4
r

rex

07/05/2022, 2:37 PM
There is!
description
fields are available on the config API, https://docs.dagster.io/_apidocs/config. The description is used to populate the comments in the YAML editor
i

Isaac Harris-Holt

07/05/2022, 2:37 PM
Well colour me impressed. Thanks for letting me know 🙂
r

rex

07/05/2022, 6:23 PM
Added an issue to document this functionality more explicitly: https://github.com/dagster-io/dagster/issues/8743
also added https://github.com/dagster-io/dagster/pull/8757 to naturally expose the fact that schema for stuff like
execution
,
loggers
,
resources
, etc can be documented 🙂