Hello, we are migrating out Dagster jobs from the ...
# ask-community
n
Hello, we are migrating out Dagster jobs from the old
@repository
to the new
Definitions
style jobs. So far the migration is going great, but one thing we noticed is that the Launchpad no longer populates with config when shift-clicking the “Materialize all” button. Instead now we get an error:
Missing required config entries
and need to click the “Scaffold missing config” button. This is step backwards in terms of our user experience. Is there a specific way that config needs to be provided to a Definition so that it will populate in the Launchpad?
We are on Dagster 1.2.7.
Also note that the config is passed correctly when normal clicking (not shift clicking) the button.