AI Features
AI SQL Generation
Generate BigQuery SQL from plain English using Vertex AI (Gemini). Part of the Visual Query Builder in the SQL Editor.
See the Visual Query Builder guide in the Querying section for full usage instructions.
Enabling Vertex AI
Vertex AI must be enabled in your GCP project. The service account needs the roles/aiplatform.user role.
bash
gcloud projects add-iam-policy-binding YOUR_PROJECT \
--member="serviceAccount:datavine-reader@YOUR_PROJECT.iam.gserviceaccount.com" \
--role="roles/aiplatform.user"