Thomas Baumann

Results 9 comments of Thomas Baumann

I'm currently working on a launcher for GCP Cloud Run Job, I should have a working first version soon!

I've opened a draft (#21509) for the first version of a Cloud Run Jobs Launcher. I would really appreciate any comments or guidance to help me complete this (testing, example...

The pull request is now ready to be tested for the Cloud Run Job Launcher (#21509) I've added example code on how to deploy the webserver on a GCE VM...

I’ve added two scripts that allow a user to : 1. deploy a simple GCE Instance hosting the Dagster Webserver and Deamon 2. deploy a new cloud run job configuration,...

Closing this PR as some of this work will be used in: #21864

Hello @garethbrickman Just to clarify the required enhancements: The function terminate_run already exists in the client, as seen here: [terminate_run function](https://github.com/dagster-io/dagster/blob/cebe7938f02a8751a039d2e5736c9f0f2be0c855/python_modules/dagster-graphql/dagster_graphql/client/client.py#L377). Would you like to add a terminate_runs function to...

Good morning @garethbrickman, I just opened a PR for the `terminate_runs` function, including the unit tests: https://github.com/dagster-io/dagster/pull/21775 Let me know what you think!

Hello @gibsondan! I've run `make ruff` and `dagster-graphql-client query snapshot`, let me know if this is ok with you now!

@gibsondan good catch thank you!. I removed it for now to keep it consistent with the other function `terminate_run`. If we want to, we could add it to both as...