Does BigQuery supports UDFs in Python ?
Solved! Go to Solution.
In BigQuery, User-Defined Functions (UDFs) can be written in SQL or JavaScript, but not directly in Python. However, you can use Python to interact with BigQuery and execute a UDF written in JavaScript.
In BigQuery, User-Defined Functions (UDFs) can be written in SQL or JavaScript, but not directly in Python. However, you can use Python to interact with BigQuery and execute a UDF written in JavaScript.
thank you. We've submitted a feature request to also use python to write a udf.
Hello @mdideles do you have updates on the feature request? Thanks