https://dagster.io/ logo
#ask-community
Title
# ask-community
f

Frederik Hagelund

07/04/2022, 9:10 AM
Might be a simple question, but i have two jobs One for Prod and one for Staging. How do i pass different op configs two the two enviroments without having to create a graph for each of the enviroments
dagster bot responded by community 1
v

Vinnie

07/04/2022, 9:44 AM
check out https://docs.dagster.io/concepts/resources#providing-resources-to-ops You can pass the config (not only resource_defs) in the to_job call.
c

chris

07/05/2022, 6:21 PM
you can also provide a
config
argument to the invocation of
to_job
!