sqlspec-bigquery

Manages BigQuery adapter configurations and parameter flows for the SQLSpec framework.

15|4|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/cofin/flow --skill sqlspec-bigquery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sqlspec-bigquery
Source: https://github.com/cofin/flow/tree/main/skills/sqlspec-bigquery
Command: npx skills add https://github.com/cofin/flow --skill sqlspec-bigquery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the complexities of implementing, debugging, and reviewing BigQuery-specific configurations and behaviors within the SQLSpec framework.

Core Features & Use Cases

  • Adapter Configuration: Manages BigQuery-specific connection configurations, driver features, and statement settings.
  • Transaction Handling: Implements logic for BigQuery's lack of direct transaction support.
  • Parameter Flow: Guides how SQLSpec parameters are passed to the BigQuery adapter.
  • Use Case: Debugging an issue where BigQuery-specific SQL syntax is not being correctly interpreted by SQLSpec, requiring an understanding of the adapter's internal workings.

Quick Start

Use the sqlspec-bigquery skill to review the adapter implementation details for BigQuery.

Frequently Asked Questions about sqlspec-bigquery

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

FAQPage Schema
How do I configure a BigQuery adapter in SQLSpec?

Configuring a BigQuery adapter in SQLSpec involves managing connection configurations, driver features, and statement settings specific to BigQuery. This workflow ensures correct driver behavior and parameter handling within the SQLSpec framework.

Why does BigQuery-specific SQL syntax fail when processed through SQLSpec?

BigQuery-specific SQL syntax might fail in SQLSpec due to adapter misconfiguration or incorrect parameter flow. Reviewing the adapter's internal workings, statement execution pipelines, and driver behavior helps debug and resolve these syntax interpretation issues.

How does SQLSpec handle transactions with BigQuery?

SQLSpec handles BigQuery's lack of direct transaction support by implementing specific adapter logic. This workflow manages transactional behavior to ensure statement execution pipelines align with BigQuery's database constraints.

How are SQLSpec parameters passed to the BigQuery adapter?

SQLSpec parameters flow into the BigQuery adapter through the core parameter handling pipeline. The adapter workflow guides this parameter flow to ensure statement execution pipelines receive correctly mapped variables for BigQuery queries.

Does the SQLSpec BigQuery adapter require specific tests and documentation?

Yes, the SQLSpec BigQuery adapter workflow includes adapter-specific tests and documentation. Reviewing these implementation details ensures the adapter configuration, parameter profiles, and driver behavior function correctly within the SQLSpec framework.