Stephen Bailey
03/29/2022, 11:28 AMscaffold missing config
button in the launchpad. has that been deprecated?
i know there's type-aheads, etc., but a full "show me my options" / "show me what the defaults are" feature would be great. i've been struggling with how to efficiently make the launchpad intuitive for consumers of dags.
The config editor in Dagit the page comes with typeaheads, schema validation, and schema documentation. You can also click the "Scaffold Missing Config" button to generate dummy values based on the config schema.
default_config
object to the job, which will populate the launchpad. But, it becomes a a fair bit of config to pass in if i'm using, e.g., a snowflake resource.
i can see the other side where the "gradual typing" helps reduce the amount of config users see immediately, and avoid showing mutually exclusive config information.owen
03/29/2022, 4:34 PMdaniel
03/29/2022, 4:59 PMStephen Bailey
03/29/2022, 5:09 PM