databricks-lakeview-dashboard

Create and manage Databricks Lakeview dashboards via API and JSON configurations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and management of Databricks Lakeview dashboards, allowing users to define complex visualizations and layouts through code rather than a manual UI.

Core Features & Use Cases

  • Programmatic Dashboard Creation: Define dashboards, datasets, pages, and widgets using a Python builder or direct JSON configuration.
  • Diverse Widget Support: Includes configurations for bar charts, line charts, pie charts, counters, scatter plots, tables, and various filter types.
  • Use Case: A data engineer needs to create a standard set of sales performance dashboards for different regions. This Skill allows them to generate these dashboards programmatically from a template, ensuring consistency and saving significant time.

Quick Start

Use the databricks-lakeview-dashboard skill to create a new sales dashboard with revenue and transaction counters.

Frequently Asked Questions about databricks-lakeview-dashboard

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

FAQPage Schema
How do I create Databricks Lakeview dashboards programmatically?

You can create Databricks Lakeview dashboards programmatically by defining datasets, pages, layouts, and widgets through a Python builder or direct JSON configuration sent via the API.

Can I automate dashboard generation for multiple regions using JSON configurations?

Automating dashboard generation for multiple regions is possible by using JSON configurations and templates, ensuring consistent data visualization deployment across different targets without manual UI work.

What types of widgets can I define when building dashboards via API?

When building dashboards via API, you can define various widget types including bar charts, line charts, pie charts, counters, scatter plots, tables, and multiple filter types.

Does programmatic dashboard creation work without manual UI interaction?

Programmatic dashboard creation works entirely without manual UI interaction, allowing data engineers to define complex visualizations and layouts directly through code using API and JSON configurations.

What is the best way to standardize sales performance dashboards across different regions?

The best way to standardize sales performance dashboards is generating them programmatically from a template, ensuring consistency and saving significant time compared to manual UI creation.

Can I define datasets and layouts separately when building Databricks Lakeview dashboards?

You can define datasets, pages, and layouts separately when building Databricks Lakeview dashboards, allowing modular configuration of complex visualizations through code or JSON.