databricks-isv-go-sql-driver

Enable PWAF-compliant SQL queries against Databricks using the Go SQL Driver.

5|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/databricks-solutions/partner-ai-dev-kit --skill databricks-isv-go-sql-driver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-isv-go-sql-driver
Source: https://github.com/databricks-solutions/partner-ai-dev-kit/tree/main/skills/go-sql-driver
Command: npx skills add https://github.com/databricks-solutions/partner-ai-dev-kit --skill databricks-isv-go-sql-driver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PWAF-compliant Go SQL driver for Databricks enables secure, compliant SQL access from Go apps.

Core Features & Use Cases

  • PWAF-aligned SQL driver for Go with support for PAT, OAuth M2M, U2M browser, and token-env flows.
  • Enables direct SQL execution against a Databricks SQL warehouse from Go applications, tests, and CI pipelines.
  • Provides host normalization, environment-variable driven authentication, and telemetry-friendly User-Agent entry.

Quick Start

Configure DATABRICKS_HOST and DATABRICKS_HTTP_PATH and run your Go application that uses this driver to execute SQL against a Databricks warehouse.

Frequently Asked Questions about databricks-isv-go-sql-driver

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

FAQPage Schema
How do I connect a Go application to a Databricks SQL warehouse?

To connect a Go application to a Databricks SQL warehouse, use a Go SQL driver configured with DATABRICKS_HOST and DATABRICKS_HTTP_PATH alongside a supported authentication method like PAT or OAuth.

What authentication methods can I use with the Databricks Go SQL driver?

The Databricks Go SQL driver supports PAT, OAuth M2M, OAuth U2M browser, and token-env flows for authenticating Go applications against a Databricks SQL warehouse.

Does the Databricks Go SQL driver support OAuth for machine-to-machine authentication?

Yes, the Databricks Go SQL driver supports OAuth M2M authentication, enabling secure machine-to-machine SQL queries against Databricks from Go applications and CI pipelines.

What Go version is required to run SQL queries against Databricks?

Running SQL queries against Databricks with this Go SQL driver requires Go 1.20 or higher, along with the databricks-sql-go driver and configured environment variables.

Why use a PWAF-compliant Go SQL driver for Databricks?

A PWAF-compliant Go SQL driver ensures secure, compliant SQL access from Go applications by providing host normalization, environment-variable driven authentication, and telemetry-friendly User-Agent entries.