o
💪 2
blob clap 1
dagsir 8
n
Quick question for clarification - The last bullet says “When a user specifies both an intermediate storage and an IO manager for a particular output, we no longer silently ignore the IO manager.” What does happen now? Thanks a bunch!
y
cc @sandy
s
Hey @nikki - in that case, we use the IO manager. This should only affect you if you're both: • setting an intermediate storage, e.g. via
ModeDefinition(intermediate_storage_defs=[...])
• setting an
io_manager_key
on an
OutputDefinition
n
ah, kewl kewl! thx!