Skip to content

Commit

Permalink
add PARQUET as source_format option in bigquery table external data c…
Browse files Browse the repository at this point in the history
…onfiguration (#2832)

Merged PR #2832.
  • Loading branch information
megan07 authored and modular-magician committed Dec 14, 2019
1 parent 6ba1754 commit 6b2fb29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func resourceBigQueryTable() *schema.Resource {
Type: schema.TypeString,
Required: true,
ValidateFunc: validation.StringInSlice([]string{
"CSV", "GOOGLE_SHEETS", "NEWLINE_DELIMITED_JSON", "AVRO", "DATSTORE_BACKUP",
"CSV", "GOOGLE_SHEETS", "NEWLINE_DELIMITED_JSON", "AVRO", "DATSTORE_BACKUP", "PARQUET",
}, false),
},
// SourceURIs [Required] The fully-qualified URIs that point to your data in Google Cloud.
Expand Down

0 comments on commit 6b2fb29

Please sign in to comment.