Update for nested fields#98
Merged
Merged
Conversation
… find_missing_fields
evie-autotrader
previously approved these changes
Apr 27, 2026
ccharlesgb
reviewed
Apr 28, 2026
ccharlesgb
reviewed
Apr 28, 2026
Collaborator
|
We should probably have at least one integration test. You can use this one as a reference You will need to create an incremental in |
… less BQ specific
# Conflicts: # dbt_dry_run/nested_schema_change.py # dbt_dry_run/schema_change_handlers.py # dbt_dry_run/test/test_nested_schema_change.py
…ethods and clarify test cases
…t_flattened_field_paths to Table class
Remove references to new and existing tables Rename _get_new_fields Move MAX_SUPPORTED_NESTED_FIELD_DEPTH to Table
ccharlesgb
reviewed
May 11, 2026
ccharlesgb
left a comment
Collaborator
There was a problem hiding this comment.
Almost there. Just one question on the classmethod and a bit of confusion about the path attribute
stevenjwoods
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Since dbt-bigquery 1.11 you can now add struct fields to an incremental when on_schema_change is set to append_new_columns or sync_new_columns
This PR updates the schema change handlers to support struct schema changes
Fixes #96
Checklist:
make verifyand fixed any linting or test errorsmake integrationagainst a Big Query instance