Hi there,
Our current CI/CD workflow for Dataform works by updating our release config with a new compilation result from a git commit SHA (using the Dataform API https://dataform.googleapis.com)
This broke yesterday (16.05.2024) and the API is consistently returning the following (on PATCH to
{
"error": {
"code": 400,
"message": "A new current compilation result is not created from this release config",
"status": "FAILED_PRECONDITION"
}
}
Just wanted to check if this is a known issue? We're currently relying on manually updating the release configuration with the latest commit from our main branch through the UI, which is not ideal.
Thank you in advance for any help.