Skip to content

Commit

Permalink
BQ doesn't support partition by value
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Jan 27, 2023
1 parent 648e5c5 commit 8091890
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 27 deletions.
3 changes: 0 additions & 3 deletions bq_field.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ 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: 12 additions & 24 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 8091890

Please sign in to comment.