Is there a way to set the default io_manager (for ...
# ask-community
l
Is there a way to set the default io_manager (for everything) without having to configure it in every job/asset definition? I'm currently doing this on every job:
c
For assets / jobs defined using
define_asset_job
, you can use
with_resources
to provide io manager keys to every asset directly. When using the
job
decorator, what you're doing is recommended