cd /news/large-language-models/chatting-with-your-data-conversation… · home topics large-language-models article
[ARTICLE · art-34687] src=dev.to ↗ pub= topic=large-language-models verified=true sentiment=↑ positive

Chatting with your Data: Conversational Analytics in BigQuery

Google Cloud has launched BigQuery Conversational Analytics, a feature that uses Gemini to allow users to query massive datasets with natural language. The tool includes governance features like Dataplex Glossaries and financial controls to ensure accurate and safe enterprise use. A developer demonstrated the product in a four-part video series, showing how to build and govern AI data agents.

read2 min views1 publishedJun 20, 2026

For the last decade, the workflow for Business Intelligence hasn't changed much: A business stakeholder asks a question, a Data Engineer writes the ad-hoc SQL, and a dashboard is built. But as data scales to the petabyte level, this reactive cycle creates massive bottlenecks. What if business users could just chat directly with the database?

Enter BigQuery Conversational Analytics. Google Cloud has effectively turned the traditional data warehouse into an active participant. By leveraging Gemini, Conversational Analytics allows users to query massive datasets using natural language. It understands the intent, generates the complex SQL, and returns the data (or geographic visualizations) instantly.

We've all seen the basic "Text-to-SQL" AI wrappers on Twitter. They look great in a controlled demo, but they fall apart in production. Why? Because raw LLMs don't understand your company's unique business logic. If an AI doesn't know that your definition of "Net Profit" excludes returned items, the data it returns is not just wrong - it's dangerous.

To deploy AI over enterprise data, you need strict governance.

You need to be able to explicitly teach the AI your database schema. You need Dataplex Glossaries to lock down business terminology so the AI never guesses a formula. You need Parameterized Verified Queries to ensure highly sensitive financial reports use pre-approved SQL. And crucially, you need Financial Controls (like Maximum Bytes Billed) so a business user asking a vague question doesn't trigger a $5,000 table scan.

BigQuery Conversational Analytics isn't just an AI wrapper; it's a governed enterprise agent.

I spent the last few weeks using this product. To show you exactly how you can get started, I recorded a 4-part vide playlist on YouTube.

If you are a Data Engineer, Cloud Architect, or BI Analyst, this series will show you exactly how to build and govern your own AI data agents from scratch: 📺 Part 1: The AI Reasoning Pipeline We dive into the BigQuery Studio UI and test Gemini's ability to perform comparative analysis on the Google Trends public dataset without writing a single line of SQL.

📺 Part 2: Building Custom Data Agents An AI can't magically understand your database schema. I show you how to connect your tables and write System Instructions to explicitly control the SQL that Gemini generates.

📺 Part 3: Enterprise Data Governance We tackle the hardest part of Enterprise AI. I show you how to lock down your agent using Column Metadata, Dataplex Glossaries, and strict financial controls to prevent petabyte-scale billing surprises.

📺 Part 4: Automating Multi-Table Relational Joins In the grand finale, we use everything we've built to force the agent to write a flawless, massive 3-table relational JOIN from a single natural language prompt.

The role of the Data Engineer is shifting from writing ad-hoc SQL to governing autonomous data pipelines. If you're building in Google Cloud, I highly recommend getting hands-on with this.

You can watch the full series here: https://youtube.com/playlist?list=PL_MCVBMm-9sogdOzjqIcbX-dAizXux91c&si=890s67FrqxYfZTeu

Feel free to reach out if you have any issues/feedback at aryanirani123@gmail.com.

── more in #large-language-models 4 stories · sorted by recency
── more on @google cloud 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/chatting-with-your-d…] indexed:0 read:2min 2026-06-20 ·