Skip to content

Commit

Permalink
Add partition by value
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Jan 27, 2023
1 parent 1a322fe commit ab9db86
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
3 changes: 3 additions & 0 deletions bq_field.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ message BigQueryFieldOptions {

// What time period to partition this table by (can only be used on one field, options are "HOUR", "DAY", "MONTH", "YEAR")
string time_partition_type = 24;

// Whether to add partition to this table by this value
bool partition_by_value= 25;
}


Expand Down
36 changes: 24 additions & 12 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 ab9db86

Please sign in to comment.