https://dagster.io/ logo
#ask-community
Title
# ask-community
t

Tiri Georgiou

05/10/2022, 11:17 AM
Hey there, trying to do some unittesting on a custom IOmanager. When using the `build_input_context`https://docs.dagster.io/0.14.9/_apidocs/io-managers#dagster.build_input_context it seems to note on the docs asset_key as parameter, yet when I try to execute the object with this parameter I get
Copy code
TypeError: build_input_context() got an unexpected keyword argument 'asset_key'
Am I missing something here?
y

yuhan

05/10/2022, 5:12 PM
Hi this seems like an oversight. will fix.
1
@Dagster Bot issue build_input_context docstring mentions asset_key but initialization no long takes asset_key
d

Dagster Bot

05/10/2022, 5:15 PM
2 Views