Hi! I've been trying out dagster and it looks grea...
# announcements
j
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
Thanks, was just wondering about the same thing
a
ope looks like you found that in the thread below 😉