What problem does it solve?
This Skill removes the friction of running Databricks CLI operations by providing safe, repeatable guidance for installation, OAuth-based authentication, explicit profile selection, and efficient data exploration without manual catalog browsing.
Core Features & Use Cases
- OAuth authentication and profile safety: Ensures Databricks CLI is authenticated using OAuth and prevents accidental profile auto-selection by guiding users to list and choose profiles explicitly.
- Reliable Databricks CLI operations: Provides command patterns for common workflows like listing resources, inspecting current user, and managing Databricks bundles, while calling out CLI flag vs positional argument pitfalls.
- AI-assisted data exploration: Recommends Databricks AI Tools for schema discovery and SQL querying (including JSON output) to speed up investigation and validation of Unity Catalog tables.
Use Case: Before building a dashboard dataset, discover the schema for a Unity Catalog table and run targeted SQL checks to validate columns, null counts, and data freshness.
Quick Start
Ask the AI to authenticate to your Databricks workspace with OAuth, list available CLI profiles, and then run an AI-tools schema discovery for a specified table.