Chaitya
05/17/2023, 6:20 PM_ = materialize([assets], run_config={...}, resources={"my_io_manager": my_io_manager})
Why does this throw an error that my_io_manager isn't found in the run config?dagster._core.errors.DagsterInvalidDefinitionError: resource with key 'some_resource' required by op 'my_op' was not provided.
jamie
05/17/2023, 6:53 PMresources
parameter. can you explain more about what exactly you’re doing that results in the error?