Populating a schedule using workspace.yaml and multiple repositories #2946
-
I have got Dagit running using the Cron scheduler, and I am using a workspace.yaml for specifying the pipelines. I have two repositories set up that target the same pipeline, with separate schedules that are using different presets to allow for executing the pipeline against different source environments. When I attempt to execute
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
After some initial confusion where I assumed that I needed to pass the |
Beta Was this translation helpful? Give feedback.
-
Hey @blarghmatey - thanks for pointing this out, we updated the error message in 2c651b4 to be more explicit to set |
Beta Was this translation helpful? Give feedback.
After some initial confusion where I assumed that I needed to pass the
--working-directory
flag and that telling me that I was creating an invalid command line, I realized that the missing ingredient was setting theDAGSTER_HOME
environment variable.