What is a good way to get correct asset keys for AssetIn?
#28422
-
|
I have a bunch of assets defined in different Python modules. I am adding key prefixes to these assets with How do I specify cross-module dependencies on different assets without hard-coding the final asset key into If |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
@cmpadden Feeling lonely here, is there any official guidance available? Relevant components comment: #28472 (comment) |
Beta Was this translation helpful? Give feedback.
@danielgafni, after chatting a bit with another engineer, I'm not sure if there is an ideal workaround to this right now other than the hard-coding that you're currently doing. It seems to be a known limitation of the
load_assets_from_current_modulefunction at this point in time.