Cam Marquis
07/01/2020, 2:06 PMmax
07/01/2020, 2:18 PM/graphql
in dagit, there's an interactive playground you can use to explore the APICam Marquis
07/01/2020, 2:21 PMDanny
07/01/2020, 4:11 PMCam Marquis
07/01/2020, 4:47 PMDanny
07/01/2020, 4:51 PMdagster-graphql
?
from dagster_graphql import DagsterGraphQLClient
client = DagsterGraphQLClient('<http://localhost:9000>')
client.launch_pipeline('my_pipeline', config={})
max
07/01/2020, 5:12 PMDanny
07/01/2020, 6:26 PMCam Marquis
07/01/2020, 6:42 PM