databricks-aibi-dashboards

Create and update Databricks AI/BI dashboards from structured JSON with SQL validation.

3|1|Updated May 12, 2025
One-click install
npx skills add https://github.com/Aradhya0510/databricks-cv-accelerator --skill databricks-aibi-dashboards-aradhya0510
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-aibi-dashboards
Source: https://github.com/Aradhya0510/databricks-cv-accelerator/tree/main/.github/skills/databricks-aibi-dashboards
Command: npx skills add https://github.com/Aradhya0510/databricks-cv-accelerator --skill databricks-aibi-dashboards-aradhya0510

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and deployment of Databricks AI/BI dashboards, ensuring data accuracy and visual integrity through a rigorous validation process.

Core Features & Use Cases

  • Guided Dashboard Creation: Follows a strict workflow for building dashboards from data to deployment.
  • Mandatory Query Validation: Enforces testing of all SQL queries using execute_sql before deployment to prevent errors.
  • Use Case: You need to create a sales performance dashboard in Databricks. Use this Skill to connect to your sales data, write and test SQL queries for key metrics, define visualizations, and deploy the dashboard, ensuring all data is accurate and widgets display correctly.

Quick Start

Use the databricks-aibi-dashboards skill to create a new dashboard by providing its name and the SQL queries for its datasets.

Frequently Asked Questions about databricks-aibi-dashboards

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

FAQPage Schema
How do I create Databricks AI/BI dashboards using SQL queries?

This Skill enables creating Databricks AI/BI dashboards by defining datasets, queries, and visualizations through structured JSON. It enforces data governance by mandating SQL query validation via execute_sql prior to deploying using create_or_update_dashboard.

What is the best way to validate SQL queries before deploying a Databricks dashboard?

The best way to validate SQL queries for Databricks dashboards is to execute them using execute_sql prior to deployment. This mandatory validation process prevents errors and ensures data accuracy before you create or update your dashboard.

Can I use different visualization widget types like charts and counters in Databricks dashboards?

Yes, Databricks AI/BI dashboards support various widget types including counters, tables, and charts. You can define these visualizations through a structured JSON format with strict guidelines on layout, field naming, and data cardinality.

Why does my Databricks dashboard deployment fail due to SQL query errors?

Databricks dashboard deployment fails when SQL queries are not validated beforehand. To prevent errors and ensure data accuracy, you must test all SQL queries using execute_sql prior to executing the create_or_update_dashboard deployment command.

Does building AI/BI dashboards in Databricks require strict data cardinality and field naming rules?

Yes, building AI/BI dashboards in Databricks requires following strict guidelines on layout, field naming, and data cardinality. Adhering to these rules ensures visual integrity and robust data governance across your deployed widgets.