https://dagster.io/ logo
j

Josh Taylor

01/28/2021, 11:59 AM
Hi! I've been trying out dagster and it looks great. I'm loving the idea of pipelines, especially coming from an Elixir background 😉 One of the things I'm not understanding is how to get dagster daemon to read a yaml config? Using
dagster pipeline execute
I can do something like this:
dagster pipeline execute --mode prod -c config/prod/resources.yaml -f foo/bar/baz.py
where
-c
is the yaml that I want to pass in, which contains information for the pipeline (database configuration, etc). Is this not a dagster way of doing things? Should each repository/pipeline not have a standard yaml or something? Is it stored elsewhere? Or can you pass it in with dagster daemon?
k

Klaus Stadler

01/28/2021, 12:15 PM
Thanks, was just wondering about the same thing
a

alex

01/28/2021, 3:25 PM
ope looks like you found that in the thread below 😉