okf-bigquery
Installation
SKILL.md
BigQuery OKF Connector
This skill provides a Go-based CLI tool to convert Google Cloud BigQuery dataset schemas and table/field descriptions into Open Knowledge Format (OKF) bundles, and synchronize comments/descriptions back to BigQuery tables and fields.
When to Use
Use this skill when you need to:
- Extract table structures, schemas, field descriptions, and dataset descriptions from a Google Cloud BigQuery dataset into a portable OKF bundle.
- Synchronize business descriptions or documentation changes written in an OKF bundle back into native BigQuery table and schema field descriptions.
Setup
The connector requires Go 1.24+ and utilizes the official Google Cloud BigQuery Client:
# Install the published binary (Go 1.24+) — no clone needed:
go install github.com/xSAVIKx/okf-skills/skills/okf-bigquery@v0.1.0