Following the example from
https://github.com/gsuitedevs/apps-script-samples/blob/master/advanced/bigquery.gs#L26-L28
I was trying to run a query in bigquery, but I am getting
"Invalid table name: my_db:my_dataset.my_table [Try using standard SQL (https://cloud.google.com/bigquery/docs/reference/standard-sql/enabling-standard-sql)]. (line 68, file "bigquery")
What do I need to do to get this to work?