dg and Dagster Components for Beginners? #30696
Replies: 1 comment 1 reply
-
Was answered in the Dagster Community Slack: Thread Link """ I would say you should probably try to adopt dg from the start, but don't necessarily get bogged down in components. They are two complementary but independent concepts / components. Components are also meant to be complimentary to the rest of Dagster's abstractions, just a way to put the creation of Dagster definitions behind a YAML interface that allows more standardized creation of well-defined / standardized assets / jobs. The use case for components will become more clear as you become familiarized with the rest of Dagster's abstractions, particularly once you come across factory patterns (as described here). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am trying to learn Dagster so that I can create/manage unstructured data pipelines for my company's RAG/LLM application. I'm a beginner to Dagster and still trying to wrap my head around the documentation and concepts.
I would like to manage my project with
uv
, so I stumbled acrossdg
and the Dagster Components part of the documentation. As a Dagster Beginner, should I focus on learning and creating my project withdg
and Components since that seems where Dagster is heading? Or, should I just follow how most of the documentation tutorials/sample projects manage their Dagster projects?My worry is that because I don't know Dagster well yet, I'll get confused by the differences in the established documentation and the newer Components documentation. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions