databricks-config

Configure and authenticate Databricks profiles for Connect, CLI, and SDK.

27|9|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/datasciencemonkey/claude-code-cli-bricks --skill databricks-config-datasciencemonkey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-config
Source: https://github.com/datasciencemonkey/claude-code-cli-bricks/tree/main/.claude/skills/databricks-config
Command: npx skills add https://github.com/datasciencemonkey/claude-code-cli-bricks --skill databricks-config-datasciencemonkey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies configuring Databricks profiles and performing authentication for Databricks Connect, CLI, and SDK, enabling smooth workspace access.

Core Features & Use Cases

  • Configure a profile with an optional workspace host
  • Authenticate via databricks auth login and verify ~/.databrickscfg
  • Choose compute options (Cluster ID or Serverless) and update the profile
  • Validate and display updated profile configuration

Quick Start

Use the databricks-config skill to configure and authenticate a profile using a host URL or profile name, then select a compute option to finalize the setup.

Frequently Asked Questions about databricks-config

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

FAQPage Schema
How do I configure a Databricks profile for Databricks Connect and CLI?

To configure a Databricks profile, you provide a workspace host or profile name. The process runs databricks auth login, verifies ~/.databrickscfg, and lets you choose a cluster or serverless compute ID to update the profile.

What is the best way to authenticate a Databricks profile using a workspace host?

Authenticating a Databricks profile using a workspace host involves running databricks auth login -p <profile> --host <host_url>. It derives a profile name from the host and validates the updated configuration in ~/.databrickscfg.

Can I choose between a cluster ID and serverless compute when setting up Databricks authentication?

Yes, during Databricks profile configuration you can choose either a cluster_id or serverless_compute_id. The selected compute option is then used to update the profile accordingly and display the finalized setup.

Does Databricks profile configuration work with plain profile names if I don't have a host URL?

Yes, Databricks profile configuration handles plain profile names without a host URL. It uses interactive prompts to guide the setup, runs authentication, and checks the ~/.databrickscfg file to validate and display the updated profile.

Why does my Databricks CLI authentication fail to update ~/.databrickscfg?

Databricks CLI authentication requires running databricks auth login -p <profile> with a valid host if provided. The configuration process checks ~/.databrickscfg to ensure the profile is correctly updated with your selected compute options.