Hi dagster team. A quick question: I want to use a...
# ask-community
d
Hi dagster team. A quick question: I want to use a job defined in another repo (which I install using pip), but I want to use a different io_manager and gcs resources. Can I add it after job's definition?
🤖 1
c
your best option is to define it as a graph, and then call
to_job
from each repo in order to apply the resources: https://docs.dagster.io/guides/dagster/graph_job_op#a-pipeline-with-prod-and-dev-modes