I want to use Google App Scripts to trigger a Google Big Query query as per the docs here:
https://developers.google.com/apps-script/advanced/bigquery#reference
Since my query uses the new DML functionality it needs to use non-legacy SQL.
Is this possible using Google App Script? How do I specify non-legacy SQL?