This is probably a silly question, but hear me out...
# announcements
m
This is probably a silly question, but hear me out … if someone wants to build a new pipeline with (already built) solids, what’s the ideal path for that? I’m thinking they would grab the repo that contains the solids, and build a pipeline locally and execute to test? and run dagit locally if they desired? In other words, there’s no way to build a pipeline in the main instance of dagit using prebuilt solids, right?
a
Yea the basic model would be that someone would add their new pipeline to the existing repo by writing python code to define the new pipeline. Using local dagit / tests before landing it and having it pushed. That said, you can build your own layer for generating pipelines from yaml files or DB contents https://docs.dagster.io/concepts/solids-pipelines/pipelines#pipeline-dsl
m
Perfect, I appreciate this!