Releases: fpopic/bigquery-schema-select
Releases · fpopic/bigquery-schema-select
v1.4
v1.1
v1.0 - Port to Bash + jq
This version marks a major rewrite of the project from Scala to a lightweight Bash + jq implementation.
Key Features:
- Lightweight & Portable: Zero dependencies other than
jq. - Recursive Schema Expansion: Full support for nested
RECORDandREPEATED RECORDtypes. - Robust SQL Contracts: Automatically handles complex
ARRAY(SELECT AS STRUCT ...)patterns for schema safety. - Keyword Safety: Automatically quotes BigQuery reserved keywords with backticks.
- Schema Standards: Optional
--use_snake_caseflag for medallion architecture naming standards.
This version is designed to act as a stable tool for generating explicit BigQuery view contracts.