Setting up GCS IO Manager by default to all the jobs #18420
-
|
I'm configuring IO Manager for our Dagster environment, and I'd like to know if there's a way to set GCS IO Manager by default to all the jobs instead of declaring the IO Manager for each job created in the workspace. I'm following this guide, but I wonder if this will apply to the rest of the jobs. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I/O managers are resources. By default, resources defined on |
Beta Was this translation helpful? Give feedback.
I/O managers are resources. By default, resources defined on
Definitionsare automatically bound to jobs. So you can configure your I/O managers onDefinitions. Here's an example: https://docs.dagster.io/concepts/io-management/io-managers#applying-io-managers-to-assets