Hello, is there a way to provide a key_prefix to a...
# ask-community
j
Hello, is there a way to provide a key_prefix to a multi_asset like you can for an asset?
Copy code
@asset(key_prefix=["one", "two", "three"])
Copy code
@multi_asset(key_prefix=["one", "two", "three"])

TypeError: multi_asset() got an unexpected keyword argument 'key_prefix'
I see that you have to provide it to each
AssetOut
call.