Google launched Python Code Completion for BigQuery
Easier Python Code Completion and Support via Gemini
Google integrates Python code completion based on Gemini into it’s SaaS Data Warehouse BigQuery[1].
Already early 2024 Google announced the integration of Gemini into BigQuery. Now they implemented code completion for Python, so that Data Science for example can easier write and review their Python code within BigQuery.
The Python code completion attempts to provide contextually appropriate recommendations that are based on content in the query editor. As you type, Gemini can suggest logical next steps relevant to your current code’s context or help you iterate on your code[2]. For now its in preview but already available for all BigQuery projects[1].
Within the BigQuery UI you can reach this new feature via toolbar. Then clicking on the Gemini button under the Python notebook section, select Code completion[2]. Reminder: You have to enable Gemini for BigQuery first.