-
Hi, I looked through the docs and I couldn't much on the topic. If I have a workspace.yaml configured along with my solids, pipelines on my local machine, is it possible to Not sure if this is even possible since I have not seen anyone else ask, but curious if it was. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
This is a question that makes sense sorta like running local code on SAAS platform better resources/scales on a remote cluster. My question is sorta inline with that remote execution but pre-deployed pipeline via web request #4397 |
Beta Was this translation helpful? Give feedback.
-
Hi @youra6 - as @timothy-mugayi mentioned, the current recommended way to do this is to run a Dagit webserver on the remote machine running the DagsterInstance, and then to execute the job using the Python GraphQL API client - https://docs.dagster.io/concepts/dagit/graphql-client. |
Beta Was this translation helpful? Give feedback.
Hi @youra6 - as @timothy-mugayi mentioned, the current recommended way to do this is to run a Dagit webserver on the remote machine running the DagsterInstance, and then to execute the job using the Python GraphQL API client - https://docs.dagster.io/concepts/dagit/graphql-client.