logfood-querier

Query Databricks GTM and consumption data using SQL.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill logfood-querier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: logfood-querier
Source: https://github.com/LaurentPRAT-DB/LPT_claude_config/tree/main/skills/fe-vibe-export/fe-internal-tools/1.3.0/skills/logfood-querier
Command: npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill logfood-querier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to query Databricks internal data and metrics, providing insights into consumption, feature usage, and account information without needing direct database access.

Core Features & Use Cases

  • Data Exploration: Access and analyze internal Databricks data related to GTM, Salesforce, and product usage.
  • Consumption Analysis: Understand customer consumption patterns and feature adoption.
  • Account Information: Retrieve details about customer accounts, including sales and support data.
  • Use Case: A sales representative can use this Skill to quickly find the total DBU consumption for a specific account in the last quarter, or to identify accounts with declining usage.

Quick Start

Use the logfood-querier skill to find the total DBU consumption for account '001234567890abcdef' in the last quarter.

Frequently Asked Questions about logfood-querier

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Databricks consumption data for a specific account?

You can query Databricks consumption data by using this Skill to execute SQL against internal GTM datasets. It leverages the databricks-query skill and schema references to retrieve account-specific DBU consumption and feature usage metrics without direct database access.

Can I analyze Salesforce and GTM data without direct database access?

Yes, you can analyze Salesforce and GTM data without direct database access. This Skill queries internal Databricks datasets via SQL to surface account details, sales metrics, and feature adoption patterns directly through the platform interface.

Do I need a Databricks SQL warehouse to retrieve internal feature usage metrics?

Yes, access to Databricks SQL warehouses is required to retrieve internal feature usage metrics. This Skill depends on an active SQL warehouse connection to execute queries and return consumption and account analysis results.

What is the best way to find accounts with declining DBU consumption?

The best way to find accounts with declining DBU consumption is to query internal Databricks data using SQL. This Skill analyzes historical consumption patterns and feature usage metrics to identify downward usage trends across specific customer accounts.

What are the limitations when querying internal Databricks data?

Limitations when querying internal Databricks data include a strict dependency on Databricks SQL warehouses for retrieval. The Skill is constrained to the schema definitions in GTM_DATA and cannot access data outside the referenced internal datasets.