Hey, is it possible to run a local dev instance vi...
# ask-community
j
Hey, is it possible to run a local dev instance via
dagster dev
but launch jobs using the CLI rather than clicking in the WebUI? I think this is possible using the graphql API but maybe there is a more straightforward route
j
have you checked out the other commands for the dagster cli? https://docs.dagster.io/_apidocs/cli#dagster-pipeline-execute
j
@jamie Yes but I had the impression that
dagster job execute
only runs the job in a python process and doesn’t actually show up in the dagit UI
Is it possible to use
dagster job execute
and then view the run in the UI?
j
I just tested it out and it does show up in dagit. I see it in the Runs page (in the top nav) but not in the individual runs page for the job itself. that seems kinda odd to me so i’ll ask the team about it
🙏 1