Skip to content

Commit

Permalink
rename option to ignorenulls to match
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Nov 29, 2022
1 parent 16f7992 commit ac7b99b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bq_field.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ message BigQueryFieldOptions {
bool materialize_first_seen = 21;

// Whether to ignore nulls for a field when generating the materialized view (ignore null values, provide latest non null value)
bool materialize_not_nulls = 22;
bool materialize_ignore_nulls = 22;

}

Expand Down
37 changes: 19 additions & 18 deletions protos/bq_field.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac7b99b

Please sign in to comment.