I've looked through the docs and can't find any information about it:
https://cloud.google.com/bigquery/docs/reference/standard-sql/user-defined-functions#javascript-udf-...
Can someone from Google confirm which flavour (is it node?) / version of JavaScript is used by Google for UDFs?
Reason: I want to create & test functions locally (can be done in a continuous way more easily than via BigQuery) and once I'm happy with their result, create UDFs in BigQuery, thus if I could use the same flavour/version as BigQuery it would help ensure consistency results when I transition from local environment to BigQuery
Solved! Go to Solution.
Hi,
Unfortunately we cannot share this information publicly, but rest assured that the latest version of javascript is being used. The best advice I can give is to pattern your UDFs based on the javascript best practices for UDFs.
Hi,
Unfortunately we cannot share this information publicly, but rest assured that the latest version of javascript is being used. The best advice I can give is to pattern your UDFs based on the javascript best practices for UDFs.
So much secrecy 😞