Hi there, just a minor question - not sure if I mi...
# announcements
f
Hi there, just a minor question - not sure if I missed it somewhere in the documentation. Can I provide one or more pipeline configurations (yaml file) while starting dagit or is there a way to a associate a pipeline with a given yaml file? Basically I want to run the pipeline from dagit while automatically loading a prexisting yaml file. Of course, I could just copy/paste the yaml config but I've thought there must be a more convenient way to automatically link a pipeline with corresponding configs (like from command line
dagster pipeline execute -f pipeline.py -e config.yaml
c
f
Awesome - solves my problem. Thanks.
👍 1