https://dagster.io/ logo
#random
Title
# random
m

Marc Keeling

11/03/2021, 4:32 PM
I'm new to Dagster. I was learning about it when the new release came out. Reading through the new documentation. And I have a few questions It seems to me that the terminology has changed. A Solid is now an Op, a Pipeline is now a Job. Is this accurate?
p

prha

11/03/2021, 4:41 PM
This is accurate, yes. One thing that might be different pre
0.13.0
and post
0.13.0
is that the granularity of a job is somewhat less than a pipeline. Previously, pipelines could contain multiple execution environments (e.g. modes, resources, executors). These are now split into multiple jobs, one for each execution environment. There’s a migration guide that might be instructive: https://docs.dagster.io/guides/dagster/graph_job_op
highfive 1
m

Marc Keeling

11/03/2021, 4:43 PM
Thank you @prha! 👏