execute pipeline by api endpoint #4301
Answered
by
rexledesma
PlutarcoII
asked this question in
Q&A
-
Hi, Is there a way to execute a pipeline using api endpoint?
Could you give me some advice? thanks |
Beta Was this translation helpful? Give feedback.
Answered by
rexledesma
Jun 18, 2021
Replies: 1 comment 1 reply
-
There is a graphql interface over dagit where you can execute pipelines using a mutation. We also offer a client that abstracts out these graphql queries for you. Checkout https://docs.dagster.io/concepts/dagit/graphql and https://docs.dagster.io/concepts/dagit/graphql-client for more details. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rexledesma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a graphql interface over dagit where you can execute pipelines using a mutation. We also offer a client that abstracts out these graphql queries for you.
Checkout https://docs.dagster.io/concepts/dagit/graphql and https://docs.dagster.io/concepts/dagit/graphql-client for more details.