Tag: agentic analytics
All the articles with the tag "agentic analytics".
- 13 MIN READ•Mar 5, 2026
How to Use Dremio with Gemini CLI: Connect, Query, and Build Data Apps
Gemini CLI is Google's open-source terminal-based AI agent. It runs directly in your terminal, powered by Gemini models with a 1-million token context window...
dremioAI coding toolsMCP - 13 MIN READ•Mar 5, 2026
How to Use Dremio with Cursor: Connect, Query, and Build Data Apps
Cursor is an AI-native code editor built as a fork of VS Code. It integrates AI directly into the editing experience with features like Chat, Composer (multi...
dremioAI coding toolsMCP - 12 MIN READ•Mar 5, 2026
How to Use Dremio with Claude CoWork: Connect, Query, and Build Data Apps
Claude CoWork is Anthropic's desktop agentic assistant. Unlike Claude Code (a terminal coding agent), CoWork operates as a general-purpose autonomous agent t...
dremioAI coding toolsMCP - 16 MIN READ•Mar 5, 2026
How to Use Dremio with Claude Code: Connect, Query, and Build Data Apps
Claude Code is Anthropic's terminal-based coding agent. It reads your files, writes code, runs commands, and maintains context across a session. Dremio is a ...
dremioAI coding toolsMCP - 10 MIN READ•Mar 5, 2026
How to Use Dremio with Amazon Kiro: Connect, Query, and Build Data Apps
Amazon Kiro is an agentic AI IDE from AWS that introduces spec-driven development to the coding workflow. Instead of jumping straight to code, Kiro helps you...
dremioAI coding toolsMCP - 23 MIN READ•Mar 1, 2026
Extract Structured Data from Text with Dremio's AI_GENERATE Function
Unstructured text is the most underused data in most organizations. Customer emails sit in inboxes. Contract notes live in text fields. Meeting summaries exi...
dremioAISQL - 15 MIN READ•Mar 1, 2026
Generate Summaries and Insights with Dremio's AI_COMPLETE Function
Every data team has a version of this problem: a table full of raw data that needs human-readable summaries, translations, or narrative descriptions. Product...
dremioAISQL - 18 MIN READ•Mar 1, 2026
Classify Your Data with SQL: A Hands-On Guide to Dremio's AI_CLASSIFY Function
Most classification workflows require exporting data to Python, running a model, and importing results back into your warehouse. Dremio's `AI_CLASSIFY` funct...
dremioAISQL - 5 MIN READ•Feb 18, 2026
Why Your AI Initiatives Fail Without a Semantic Layer
Your team builds an AI agent. It connects to your data warehouse. A product manager types "What was revenue last quarter?" and gets a number. The number is w...
semantic layerdata engineeringAI