hi… i want to build the pipeline dynamically with ...
# announcements
m
hi… i want to build the pipeline dynamically with the collection of solids… is it possible using yaml config?
s
We do not have a first class, supported API for doing so. We do have an example of how this could work though, at https://github.com/dagster-io/dagster/tree/master/examples/dagster_examples/dep_dsl
in terms of consuming a yaml config and building a pipeline out of it
m
thanks @schrockn i think it works for me… let me try… thanks