I am getting the same error in my release pipeline while trying to run the dataform --run, i am using service account key to authenticate to run dataform deployment to google cloud using ADO release pipeline. I have tried the code from my local machine and it worked fine, having this issue only when i try to run it from ADO release pipeline, I have installed node.js and also npm, the compile is running fine telling all the changes the sqlx file is going to perform(actions), but when i try dataform --run , throwing the below error
Dataform encountered an error: Unexpected property "type", or property value type of "string" is incorrect.[0m
2025-03-22T13:55:25.4594218Z [91mReferenceError: Unexpected property "type", or property value type of "string" is incorrect.
2025-03-22T13:55:25.4595203Z at /azp/_work/r21/a/_Dataform Build/Build_Dataform_Artifacts/.npm/node_modules/@dataform/cli/bundle.js:137:23
2025-03-22T13:55:25.4595912Z at Array.forEach (<anonymous>)
2025-03-22T13:55:25.4596630Z at checkFields (/azp/_work/r21/a/_Dataform Build/Build_Dataform_Artifacts/.npm/node_modules/@dataform/cli/bundle.js:118:33)
2025-03-22T13:55:25.4598307Z at verifyObjectMatchesProto (/azp/_work/r21/a/_Dataform