Skip to content

Commit fc7d513

Browse files
Google APIscopybara-github
authored andcommitted
feat: add default_value_expression to TableFieldSchema
PiperOrigin-RevId: 508443364
1 parent b1829e8 commit fc7d513

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/bigquery/storage/v1/table.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,8 @@ message TableFieldSchema {
164164

165165
// Optional. See documentation for precision.
166166
int64 scale = 9 [(google.api.field_behavior) = OPTIONAL];
167+
168+
// Optional. A SQL expression to specify the [default value]
169+
// (https://cloud.google.com/bigquery/docs/default-values) for this field.
170+
string default_value_expression = 10 [(google.api.field_behavior) = OPTIONAL];
167171
}

0 commit comments

Comments
 (0)