Noob here. I'd like to serve dagit on a remote mac...
# announcements
r
Noob here. I'd like to serve dagit on a remote machine on a specific port and with password protected access to the UI, however after following the install process, I get the following error : "Error: Expected to use file "repository.yaml" to load repository but it does not exist. Verify your current working directory or CLI arguments."
n
@Romain is this the
dagster-aws
CLI tool, or are you setting this up yourself on a VM?
r
Hi Nate. I sorta got that dagit was the server side / UI of dagster, and that jobs could be pushed to it. So I tried to run dagit on a virgin EC2 instance in the first place. And just running "dagit" after a fresh install caused this error. But maybe I didn't get the architecture of the tool right to begin with.
n
ah, yes—that should work, but you need a folder with a dagster
repository.yaml
present, or to specify a pipeline to load
check out
dagit --help
for some examples on how to load pipelines
r
Alright, thanks!
120 Views