Question on launching jobs from an external servic...
# ask-community
d
Question on launching jobs from an external service with dagster cloud. Can anyone point me to documentation on kicking off a job via API (external service sends api call with token?). Use case is an internal admin tool manually launching a daily scheduled job. This looks to be the right way but how do I authenticate/get the URL for our cloud dagit instance? https://docs.dagster.io/_apidocs/libraries/dagster-graphql#dagster_graphql.DagsterGraphQLClient.submit_job_execution Edit: I of course found the answer right after posting: https://github.com/dagster-io/dagster/discussions/7772
🤖 1