Channels
ask-ai
dagster-de
integration-airbyte
topic-async-execution
dagster-jp
dagster-cube
gigs-freelance
dagster-wandb
dagster-feedback
dagster-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
dagster-insights
dagster-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
data-quality-asset-checks
Powered by
#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
!
Post