You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to register custom grapqhl queries to work with the /graphql endpoint on the dagit webserver?
My use-case is that I've implemented a custom caching solution in my dagster repository and I'd like to be able to programatically query caching information from another service running in the same docker network. I'm using the the /graphql API to do things like launching pipelines and checking status from that external service but now I need some slightly more customised functionality. Has anyone done anything similar to this before?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to register custom grapqhl queries to work with the
/graphql
endpoint on thedagit
webserver?My use-case is that I've implemented a custom caching solution in my dagster repository and I'd like to be able to programatically query caching information from another service running in the same docker network. I'm using the the
/graphql
API to do things like launching pipelines and checking status from that external service but now I need some slightly more customised functionality. Has anyone done anything similar to this before?Beta Was this translation helpful? Give feedback.
All reactions