databricks-config

Configure Databricks profiles in ~/.databrickscfg and authenticate via CLI.

4|4|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/RamVegiraju/databricks-samples --skill databricks-config-ramvegiraju
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-config
Source: https://github.com/RamVegiraju/databricks-samples/tree/main/.claude/skills/databricks-config
Command: npx skills add https://github.com/RamVegiraju/databricks-samples --skill databricks-config-ramvegiraju

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure the Databricks profile in ~/.databrickscfg for use with Databricks Connect, the Databricks CLI, and the Databricks SDK.

Core Features & Use Cases

  • Handle workspace host or profile name inputs to derive a Databricks profile.
  • Authenticate via databricks auth login and persist the configuration to ~/.databrickscfg.
  • Allow choosing either a cluster_id or serverless_compute_id for compute and redact tokens when displaying the profile.

Quick Start

Run /databricks-config to begin interactive profile 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 the CLI and SDK?

Configuring a Databricks profile involves setting your workspace host, choosing a compute target like a cluster_id or serverless, and running databricks auth login to persist settings to your configuration file.

What is Databricks profile configuration used for?

Databricks profile configuration is used to authenticate and connect Databricks Connect, the Databricks CLI, and the Databricks SDK to your workspace by storing settings like the workspace host and compute target in a configuration file.

Can I use serverless compute when setting up my Databricks CLI profile?

Yes, you can use serverless compute when setting up your Databricks profile. The configuration process allows you to choose either a specific cluster_id or serverless compute as your compute target for the CLI and SDK.

How do I securely display Databricks profiles after authentication?

When displaying Databricks profiles after authentication, the configuration process automatically redacts tokens. This ensures your sensitive authentication credentials remain secure while verifying the profile exists in your configuration file.

Does Databricks Connect authentication require a separate profile setup?

Databricks Connect authentication does not require a separate profile setup. Configuring a single Databricks profile in your configuration file applies the workspace host and compute settings for Connect, the CLI, and the SDK.