I'm doing continuous deployment to dagster using g...
# ask-community
j
I'm doing continuous deployment to dagster using github actions and helm. One problem I'm running into, is I'd like to stop all running sensors beforehand, wait until the newly deployed user code repo has been reloaded by the daemon, and then rematerialize all assets after deployment of a new version of my user code. I'm deploying to GKE (google kubernetes) using the helm chart. Is it possible to use either the python API for dagster, or some other REST type of API to control dagster from my github actions linux agent?
j
Hi Jayme, you can control sensors and launch materializations with the graphql api
j
Oh wow! This is great, not sure how I missed it!