Skip to main content

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.

Jump to install

Source facts

Repository
dbt-labs/agents_schema
Last source activity
July 21, 2026 at 13:59
Detected SKILL.md language
English
Stars
54
Forks
5

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
5 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
connect-warehouse
description
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.
# 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.
View on GitHub