Skip to content

Commit

Permalink
Poll async for big query job create
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn committed May 28, 2020
1 parent fd0fa3c commit 2faacbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions products/bigquery/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ overrides: !ruby/object:Overrides::ResourceOverrides
Job: !ruby/object:Overrides::Terraform::ResourceOverride
import_format: ["projects/{{project}}/jobs/{{job_id}}"]
skip_delete: true
async: !ruby/object:Provider::Terraform::PollAsync
check_response_func: PollCheckForExistence
actions: ['create']
operation: !ruby/object:Api::Async::Operation
timeouts: !ruby/object:Api::Timeouts
insert_minutes: 4
examples:
- !ruby/object:Provider::Terraform::Examples
name: "bigquery_job_query"
Expand Down

0 comments on commit 2faacbf

Please sign in to comment.