Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: developing-with-bigquery
name: bigquery
description: |
Provides BigQuery-specific logic, knowledge, and specialized standards.
Use this skill whenever you are doing anything with BigQuery, including:
Expand All @@ -9,17 +9,13 @@ description: |
4. Graph Analytics (GQL & Property Graphs)
license: Apache-2.0
metadata:
version: v2
version: v3
publisher: google
---

This skill provides comprehensive guidance for BigQuery services, optimizations,
and data handling. It acts as a routing table for specialized BigQuery topics.

> [!IMPORTANT]
>
> For general standards on running BigQuery in notebooks (SQL cells, `export`
> keyword), see `@skill:notebook-guidance`.

> [!IMPORTANT]
>
Expand Down
4 changes: 2 additions & 2 deletions skills/dataform-bigquery/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Expertise in generating clean, correct, and efficient Dataform pipe
up a new Dataform project or configuring workflow_settings.yaml.
license: Apache-2.0
metadata:
version: v2
version: v3
publisher: google
---

Expand Down Expand Up @@ -112,7 +112,7 @@ Follow these steps when fulfilling Dataform-related requests:
- If cleaning is not applied, provide **strong evidence** in the response.
- Include an **"Automatic Cleaning Summary"** section in every response.
- **SQL Optimizations:**
- Follow the optimization protocol in **@skill:developing-with-bigquery**
- Follow the optimization protocol in **@skill:bigquery**
strictly.
- Include an **"Optimization Summary"** section when applied.

Expand Down
4 changes: 2 additions & 2 deletions skills/dbt-bigquery/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Expert guidance for creating, modifying, and optimizing dbt pipelin
**setting up a new dbt project** or configuring existing one
license: Apache-2.0
metadata:
version: v2
version: v3
publisher: google
---

Expand Down Expand Up @@ -82,7 +82,7 @@ Follow these steps when fulfilling dbt-related requests:
- If cleaning is not applied, provide **strong evidence** in the response.
- Include an **"Automatic Cleaning Summary"** section in every response.
- **SQL Optimizations:**
- Follow the optimization protocol in **@skill:developing-with-bigquery**
- Follow the optimization protocol in **@skill:bigquery**
strictly.
- Include an **"Optimization Summary"** section when applied.

Expand Down
Loading