Josh Taylor
01/28/2021, 11:59 AMdagster 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?Klaus Stadler
01/28/2021, 12:15 PMalex
01/28/2021, 3:25 PM