https://dagster.io/ logo
#dagster-support
Title
# dagster-support
t

Timo

07/27/2022, 1:36 PM
HI, I use
myres.configured({})
for one resource. Later this resource is used in a job created with
define_asset_job(...,config={some config without keys used by myres})
Dagster complains it can't find the configuration for myres! Is this correct behaviour? I was hoping the configs complement each other.
2 Views