Marcos Grandi

Results 4 comments of Marcos Grandi

After some testing, I've found the correct way to update the live compilation result using the API. First we create the compilation results using: https://cloud.google.com/dataform/reference/rest/v1/projects.locations.repositories.compilationResults/create ``` curl --header "Authorization: Bearer...

Hey @fernhtls, when you `POST` the `compilationResults` you get a response back with your compilation result id which you need for the next call to update the release configuration. So...

> Thanks [@mbgrandi](https://github.com/mbgrandi) ! I'll do a few test to check if the `compilationResults` is async or sync. Cool, let me know your findings. We hope they improve this in...

> Hi [@mbgrandi](https://github.com/mbgrandi) , just did a new test, and indeed you get the full path of the compilation including the compilation ID, and that can be used to run...