Skip to content

docs: BigQuery nested STRUCT support in anomaly tests - #2349

Merged
NoyaOffer merged 1 commit into
docsfrom
docs-bigquery-struct-anomalies
Sep 10, 2026
Merged

docs: BigQuery nested STRUCT support in anomaly tests#2349
NoyaOffer merged 1 commit into
docsfrom
docs-bigquery-struct-anomalies

Conversation

@NoyaOffer

Copy link
Copy Markdown
Contributor

What

Documents BigQuery nested STRUCT support in anomaly tests, shipped in dbt package v0.26.0 (#1012).

column_anomalies and dimension_anomalies can now reference nested STRUCT leaf fields by dotted path on BigQuery (e.g. user.address.city) instead of only top-level columns. The dotted path is preserved in alerts. Fields under a REPEATED (array) ancestor are not supported. all_columns_anomalies does not auto-expand nested STRUCTs.

Changes

  • New snippet snippets/data-tests/bigquery-nested-struct-anomalies.mdx — shared <Note> describing the capability + the array limitation.
  • column-anomalies.mdx and dimension-anomalies.mdx — render the shared snippet.
  • all-columns-anomalies.mdx — tailored note (does not auto-expand nested STRUCTs; points users to a column_anomalies test on the nested field).

Edits to existing pages only — no docs.json nav or features-card change.

Checks

  • mintlify broken-links passes (no broken links).

For reviewer

  • Confirm the recommended path for monitoring a nested field under all_columns_anomalies (a column_anomalies test on the dotted field vs. an explicit column_name argument). The note currently recommends the former.

🤖 Generated with Claude Code

column_anomalies and dimension_anomalies can now reference nested STRUCT
leaf fields by dotted path on BigQuery (e.g. user.address.city), shipped
in dbt package v0.26.0 (#1012). Add a shared note to the column and
dimension anomaly test pages, plus a tailored note on all_columns_anomalies
(which does not auto-expand nested STRUCTs). REPEATED/array ancestors are
called out as unsupported.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 82a5e632-69e0-4da7-8355-eb971005b484

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@NoyaOffer
NoyaOffer merged commit 375e7bb into docs Sep 10, 2026
6 of 7 checks passed
@NoyaOffer
NoyaOffer deleted the docs-bigquery-struct-anomalies branch September 10, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant