databricks-config

Configure and authenticate Databricks profiles in ~/.databrickscfg.

Updated Sep 29, 2025
One-click install
npx skills add https://github.com/juanlamadrid20/dbrx-multi-agent-retail-intelligence --skill databricks-config-juanlamadrid20
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: databricks-config
Source: https://github.com/juanlamadrid20/dbrx-multi-agent-retail-intelligence/tree/main/.claude/skills/databricks-config
Command: npx skills add https://github.com/juanlamadrid20/dbrx-multi-agent-retail-intelligence --skill databricks-config-juanlamadrid20

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Interactive profile setup: prompts for a profile name or workspace host and writes the configuration to ~/.databrickscfg
  • Flexible authentication: supports databricks auth login workflows across Connect, CLI, and SDK integrations
  • Safe configuration management: preserves existing settings and redacts tokens when displaying config summaries

Quick Start

Run the skill to configure a Databricks profile and authenticate against a workspace host or profile name.

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 local development?▼

This process updates your ~/.databrickscfg file while preserving existing settings, enabling safe authentication across Databricks Connect, CLI, and SDK workflows without leaking tokens.

Does Databricks Connect authentication work with the CLI and SDK?▼

Yes, Databricks Connect authentication works with the CLI and SDK by leveraging a single configured profile in ~/.databrickscfg to authenticate across all local development workflows.

What is the best way to set up multiple Databricks workspace profiles?▼

The best way to set up multiple Databricks workspace profiles is to run an interactive setup that prompts for a host or profile name and safely appends the new configuration to ~/.databrickscfg.

Can I update ~/.databrickscfg without overwriting my existing settings?▼

Yes, you can update ~/.databrickscfg without overwriting existing settings because the configuration process preserves your current profiles and redacts tokens when displaying config summaries.

Why does my Databricks profile setup require a workspace host?▼

Your Databricks profile setup requires a workspace host because the authentication mechanism needs a valid host URL to execute the login workflow and establish the connection for your local environment.