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.

Ir a la instalación

Datos de origen

Repositorio
dbt-labs/agents_schema
Última actividad en el origen
21 de julio de 2026 a las 13:59
Idioma detectado de SKILL.md
inglés
Estrellas
54
Forks
5

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
5 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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.
Ver en GitHub