dashboard-databricks

Create and configure Databricks dashboards from JSON files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/eduardovncs/teste --skill dashboard-databricks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard-databricks
Source: https://github.com/eduardovncs/teste/tree/main/.github/aaaa/skills/dashboard-databricks
Command: npx skills add https://github.com/eduardovncs/teste --skill dashboard-databricks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation and management of interactive data dashboards within Databricks, enabling users to visualize data and gain insights effectively.

Core Features & Use Cases

  • JSON-based Configuration: Define dashboards, datasets, pages, and widgets using a structured JSON format (.lvdash.json).
  • Diverse Widget Support: Create KPIs, line charts, bar charts, tables, and textboxes.
  • Use Case: A data analyst needs to present sales performance metrics. They can use this Skill to define a dashboard with KPIs for total sales, a line chart for sales trends over time, and a table detailing sales by region, all configured via a JSON file.

Quick Start

Use the dashboard-databricks skill to create a new Databricks dashboard by providing the path to your .lvdash.json configuration file.

Frequently Asked Questions about dashboard-databricks

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

FAQPage Schema
How do I create Databricks dashboards using a JSON configuration file?

You can create Databricks dashboards by defining datasets, pages, and widgets using a structured JSON file format (.lvdash.json). This approach enables structured dashboard development and deployment directly within the Databricks environment.

Can I build KPIs and charts in Databricks dashboards via JSON?

Yes, JSON configuration supports diverse widget types for Databricks dashboards, including KPIs, line charts, bar charts, tables, and textboxes for comprehensive data visualization.

What is the best way to structure a Databricks dashboard for sales analytics?

To structure a Databricks dashboard for sales analytics, use a JSON file to define datasets and pages. You can configure widgets like KPIs for total sales, line charts for trends, and tables detailing sales by region.

Do I need to write SQL to configure Databricks dashboards with JSON?

You define dashboards using a JSON file format rather than direct SQL queries. The configuration specifies datasets, pages, and visualization widgets to build dynamic dashboards within the Databricks environment.

What are the limitations of building Databricks dashboards using JSON configuration?

The JSON configuration approach for Databricks dashboards supports specific widget types like KPIs, charts, tables, and textboxes. Dashboard structure is bound to the defined datasets and pages within the .lvdash.json file format.