hello mate,I got a question,can I trigger a dagste...
# ask-community
u
hello mate,I got a question,can I trigger a dagster run via an API,what I am trying to do is create a web,the user will insert the API he wants to analysis on the web,then the API is pass to the dagster asset.py file at the back-end,also trigger the run itself,is that possible??any idea will help,much appreciated
j
hello! you can use out graphql api for this https://docs.dagster.io/concepts/webserver/graphql
u
sorry mate,I survey graphql little bit,but i don't see how i can automatically install API into code,so far the graphql seems like a tool to write SQL query