https://dagster.io/ logo
#announcements
Title
# announcements
o

owen

02/04/2021, 10:18 PM
💪 2
blob clap 1
dagsir 8
n

nikki

02/04/2021, 10:30 PM
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

Yichen

02/04/2021, 10:46 PM
cc @sandy
s

sandy

02/04/2021, 10:47 PM
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

nikki

02/04/2021, 11:55 PM
ah, kewl kewl! thx!