Hello! I am setting up a dagster job and when test...
# ask-community
h
Hello! I am setting up a dagster job and when testing using
dagster dev
everything works, but following deployment it requires a different config layout (specifically, another
config:
layer). Is there any reason why the config requirements would be different between dev and deployed?
s
Hi Henry, Can you elaborate on what you mean by “requires a different config layer”? Some example code that works for dagster dev but not deployment could help.