Skip to content

How does development with dagster work? #18219

Answered by benpankow
dagsir[bot] bot asked this question in Q&A
Discussion options

You must be logged in to vote

Dagster is build to allow you to develop locally while deploying to a production environment like Docker, Kubernetes, or Dagster Cloud.

Typically, users will run Dagster locally using dagster dev so that they can make changes and test their code live. The pluggable config & resource systems allow you to point to different external resources (like databases or APIs) locally, for unit tests, and in production, meaning you can build and test your code against mock or staging data.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by benpankow
Comment options

You must be logged in to vote
1 reply
@philiporlando
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: ergonomics developer ergonomics
3 participants