https://dagster.io/ logo
#dagster-support
Title
# dagster-support
s

Sven Lito

12/21/2022, 4:06 AM
How would I pass a config option for an io_manager from an asset? Let's say I have a redshift io_manager that per default appends to tables but I have certain assets that need to do a replace instead. How would I go about this?
dagster bot responded by community 1
🤖 1
d

Daniel Gafni

12/21/2022, 7:27 AM
You can supply arbitrary metadata dictionary to the AssenIn which can be used to control your IOManager behavior. You can access this metadata in the IOManager’s context. Here is an example
❤️ 1
s

Sven Lito

12/21/2022, 9:19 AM
@Daniel Gafni thank you 🙏
👍 1
10 Views