CohortDiagnostics error (BigQuery)

Hi,

I’m getting the following error when running CohortDiagnotics on a BigQuery platform – any idea what could cause that?

errorReportR.txt (9.3 KB)

Exporting inclusion rules with CohortGenerator
Inserting inclusion rule names
... 
Error in rJava::.jcall(batchedInsert, "Z", "executeBatch") : 
  java.sql.SQLException: [Simba][BigQueryJDBCDriver](100032) Error executing query job. Message: 400 Bad Request
POST https://bigquery.googleapis.com/bigquery/v2/projects/atals-01/jobs
{
  "code": 400,
  "errors": [
    {
      "domain": "global",
      "location": "q",
      "locationType": "parameter",
      "message": "Syntax error: Expected \"(\" but got end of script at [1:122]",
      "reason": "invalidQuery"
    }
  ],
  "message": "Syntax error: Expected \"(\" but got end of script at [1:122]",
  "status": "INVALID_ARGUMENT"
}

Thanks!