# Connect Warehouse

> Connect an AI coding agent to Snowflake, BigQuery, or Databricks so it can run SQL. Use when warehouse access is missing, authentication or connection selection is required, or before using a warehouse-data skill such as agents-schema-search.

- Skill: `dbt-labs/connect-warehouse` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add dbt-labs/connect-warehouse`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dbt-labs/connect-warehouse/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: dbt-labs (https://skillmd.com/u/dbt-labs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dbt-labs/connect-warehouse

---


# Connect Warehouse

Identify the warehouse from the user's request, repository configuration, or available clients.
If the warehouse is ambiguous, ask which one they use.

Read exactly one connection guide before proceeding:

- Snowflake: [references/snowflake.md](references/snowflake.md)
- BigQuery: [references/bigquery.md](references/bigquery.md)
- Databricks: [references/databricks.md](references/databricks.md)

Help the user configure the client, select the intended connection, and verify it with the guide's
test query. Do not ask the user to paste credentials or tokens into chat. Stop after connection
verification unless the user also asked to run a query or invoke another skill.

