databricks-config

Configure Databricks authentication profiles in the ~/.databrickscfg file.

1|1|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/Paldom/databricks-apps-streamlit-vibe-coding-starter --skill databricks-config-paldom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-config
Source: https://github.com/Paldom/databricks-apps-streamlit-vibe-coding-starter/tree/main/.agents/skills/databricks-config
Command: npx skills add https://github.com/Paldom/databricks-apps-streamlit-vibe-coding-starter --skill databricks-config-paldom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of setting up and authenticating your local environment to interact with Databricks, ensuring secure and correct access for various tools.

Core Features & Use Cases

  • Profile Configuration: Sets up or updates your ~/.databrickscfg file.
  • Authentication: Guides you through databricks auth login for secure OAuth authentication.
  • Compute Selection: Allows choosing between cluster-based or serverless compute for your Databricks connection.
  • Use Case: When you need to connect to a new Databricks workspace from your local machine using Databricks Connect or the CLI, this skill will walk you through the necessary configuration steps.

Quick Start

Run the databricks-config skill to set up your default Databricks profile interactively.

Frequently Asked Questions about databricks-config

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

FAQPage Schema
How do I configure Databricks authentication for local development tools?

To configure Databricks authentication, this Skill sets up the `~/.databrickscfg` file and guides you through `databricks auth login` for secure OAuth token handling to connect Databricks Connect, CLI, and SDK.

What is the best way to set up a Databricks Connect profile on my local machine?

Setting up a Databricks Connect profile is managed by creating or updating your `~/.databrickscfg` file interactively. You can select between cluster-based or serverless compute options to verify your local workspace connection.

Can I use OAuth to authenticate the Databricks CLI?

Yes, you can use OAuth to authenticate the Databricks CLI. The Skill initiates the `databricks auth login` process to ensure secure token handling and profile verification for your local development environment.

Does Databricks configuration support serverless compute selection?

Yes, Databricks configuration supports serverless compute selection. When establishing your local connection, the Skill allows you to choose between cluster-based or serverless compute options for your Databricks workspace.

Why does my local environment fail to connect to a new Databricks workspace?

Your local environment fails to connect to a Databricks workspace if the `~/.databrickscfg` file is missing or misconfigured. This Skill ensures correct profile configuration and secure OAuth authentication to resolve connection issues.