So I have a file with a syntax error like this (The change is committed but I have not pushed it):
/*
Template file
*/
SELECTT 1
But when I make an API Rest request to compilationResults.create does return a CompilationResult but without the compilationErrors property. I’m sending the workspace name on the request body, so the response is something like this:
{
"data": {
"name": "projects/my-project/locations/us-central1/repositories/DataWarehouse/compilationResults/asd123",
"workspace": "projects/projectID/locations/us-central1/repositories/DataWarehouse/workspaces/workspacename",
"codeCompilationConfig": {
"defaultDatabase": "my-project",
"defaultSchema": "dp_df",
"assertionSchema": "dataform_assertions",
"vars": {
// Here shows the workspace vars
},
"defaultLocation": "US"
},
"dataformCoreVersion": "2.4.2",
"createTime": "2024-09-25T11:00:48.354272708Z"
}
any clue of what could be happening? Already tried so many things, the property never shows up