databricks-core

Guide Databricks CLI authentication, profile management, and bundle deployment.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/andrelandgraf/caspers-kitchen --skill databricks-core-andrelandgraf
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: databricks-core
Source: https://github.com/andrelandgraf/caspers-kitchen/tree/main/.agents/skills/databricks-core
Command: npx skills add https://github.com/andrelandgraf/caspers-kitchen --skill databricks-core-andrelandgraf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users to correctly configure and use the Databricks CLI, covering authentication with OAuth, profile management, safe data exploration commands, and Declarative Automation Bundle workflows to reduce setup time and errors.

Core Features & Use Cases

  • Authentication guidance and profile management for Databricks CLI, with OAuth best practices.
  • Data exploration workflows using Databricks CLI commands (discover schema, query) and bundle lifecycle guidance.
  • Use cases include managing multiple workspaces, validating configurations, and deploying Declarative Automation Bundles across environments.

Quick Start

Authenticate to a workspace, validate your profile, and begin exploring data with a simple CLI example.

Frequently Asked Questions about databricks-core

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

FAQPage Schema
How do I authenticate to multiple Databricks workspaces using the CLI?▼

Authenticate to multiple Databricks workspaces using the CLI by configuring distinct profiles with OAuth. Profile management allows you to switch contexts safely by passing the profile flag during data exploration and bundle deployment.

What is the best way to explore Unity Catalog schemas with the Databricks CLI?▼

Explore Unity Catalog schemas with the Databricks CLI by running safe data exploration commands. You can discover existing schemas and query data directly from the command line after validating your authenticated profile.

How do I deploy Databricks Declarative Automation Bundles across environments?▼

Deploy Databricks Declarative Automation Bundles across environments using CLI bundle lifecycle commands. This workflow enforces best practices by validating configurations and applying profile flags before deployment.

Do I need to install the Databricks CLI before configuring OAuth profiles?▼

Yes, you must install and properly configure the Databricks CLI before setting up OAuth profiles. The CLI serves as the foundation for authentication, profile management, and all subsequent data exploration workflows.

Why does the Databricks CLI require profile flags for workspace commands?▼

The Databricks CLI requires profile flags for workspace commands to enforce safe authentication practices. Passing profile flags ensures you target the correct workspace, preventing accidental deployments or queries across environments.

Can I use Databricks CLI to validate configurations before deploying bundles?▼

Yes, you can use Databricks CLI to validate configurations before deploying bundles. The CLI enforces best practices throughout the bundle lifecycle, ensuring your Declarative Automation Bundles are correctly configured.