What are the parameters for `repositoryName` and ...
# ask-community
j
What are the parameters for
repositoryName
and
repositoryLocationName
supposed to be when using the graphql api from a local dagster instance? My repo is set up using
Definitions
, the deployment looks like this. I figured
repositoryName
should be ‘scheduler’, but I can’t verify that that is correct without also knowing what the location name should be. When I try to run a launchRun mutation I am getting a
PipelineNotFoundError
.
o
Hi @Josh Kutsko! I wrote this up into a github discussion for better visibility: https://github.com/dagster-io/dagster/discussions/14752
j
Ahh I see, and just to confirm does this work with dagster locally? I think I ran into this while searching online and couldn’t get it to work, but I’ll try again.
o
yep this should work while running dagster locally -- let me know if you run into any issues
j
awesome, thank you. Will try shortly