databricks-sql

Connect apps to Databricks SQL Warehouses using Python and Node.js SDKs.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/mats16/briclaude --skill databricks-sql
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-sql
Source: https://github.com/mats16/briclaude/tree/main/skills/databricks-sql
Command: npx skills add https://github.com/mats16/briclaude --skill databricks-sql

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Connect applications to Databricks SQL Warehouses to execute queries via Python and Node.js SDKs.

Core Features & Use Cases

  • Cross-language support: Python (databricks-sql-connector) and Node.js (@databricks/sql) enable building data apps and automation.
  • Query execution & troubleshooting: Guides for connecting, authenticating, and running queries against SQL Warehouses; supports serverless warehouses.
  • Use Case: Build a data-integration API that runs ad-hoc queries against a central warehouse and returns results to UI.

Quick Start

Run a sample script that connects to your Databricks SQL warehouse using a valid access token and executes a simple query.

Frequently Asked Questions about databricks-sql

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

FAQPage Schema
How do I connect my Python app to a Databricks SQL Warehouse?

To connect your Python app to a Databricks SQL Warehouse, use the databricks-sql-connector SDK with your workspace URL, SQL Warehouse HTTP path, and a valid access token to establish a token-based authenticated session for executing queries.

Can I execute queries against a serverless Databricks SQL Warehouse using Node.js?

Yes, you can execute queries against a serverless Databricks SQL Warehouse using Node.js by implementing the @databricks/sql SDK with token-based authentication and your warehouse HTTP path.

What credentials do I need to authenticate to a Databricks SQL Warehouse?

To authenticate to a Databricks SQL Warehouse, you need your Databricks workspace URL, the specific SQL Warehouse HTTP path, and a valid access token configured for your session.

What's the best way to build a data integration API that runs ad-hoc queries on Databricks?

The best way to build a data integration API for ad-hoc Databricks queries is using the Python or Node.js SQL SDKs to connect, authenticate, and return warehouse query results directly to your UI.

Does the Databricks SQL connector support both provisioned and serverless warehouses?

Yes, the Databricks SQL connector supports executing queries against both serverless and provisioned SQL Warehouses using standard token-based authentication workflows in Python and Node.js applications.