Skip to content

Commit 9ffa461

Browse files
fedorovclaude
andcommitted
Add BigQuery snippet validation tests (test_bq_snippets.py)
33 tests covering all SQL examples in references/bigquery_guide.md, validated via `bq query --dry_run` (no data scanned, no cost). Skips automatically when the bq CLI is unavailable or unauthenticated. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2bcda1a commit 9ffa461

2 files changed

Lines changed: 581 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [1.6.0] - 2026-05-07
99

10+
### Added
11+
12+
- `tests/test_bq_snippets.py`: BigQuery snippet validation using `bq query --dry_run` — 33 tests covering all SQL examples in `references/bigquery_guide.md` (dicom_all, original_collections_metadata, segmentations, quantitative_measurements, qualitative_measurements, private elements, and clinical tables); skips automatically when `bq` CLI is unavailable or unauthenticated
13+
1014
### Changed
1115

1216
- Updated to idc-index 0.12.1 (idc-index-data 24.0.4, IDC data version v24)

0 commit comments

Comments
 (0)