Is it possible to trigger a dagster pipeline based...
# ask-community
s
Is it possible to trigger a dagster pipeline based on a flask server endpoint?
e
You can use the graphql interface to trigger a run via http post. On python, you can also use the official graphql python client (but note that it's experimental)