I know I've seen discussion of this recently but I...
# ask-community
b
I know I've seen discussion of this recently but I haven't been able to dig it up in a quick search: I have some graph-backed assets that use the GCS IO manager which requires some config (the bucket name). If I just try and materialise these assets from the asset page it will fail due to the missing config. If I shift+click the button to add config then it does not prompt for any - just shows the normal materialisation modal which I am guessing is because the op doesn't have a config schema defined (because 'normal' jobs don't require you to explicitly call out config for the IO manager and will scaffold/prompt for it at runtime)
c
You can get around this by directly configuring the required resource to use the bucket
b
Yup, ok that makes sense. Thanks, Chris