Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wazi55 committed Jul 21, 2023
1 parent 5733c81 commit 42fa7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/python_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def _submit_dataproc_job(self) -> dataproc_v1.types.jobs.Job:
request = dataproc_v1.GetBatchRequest(name = ''.join([parent, "/batches/", batch_id])),
# retry=self.retry (This retry polls way too many times per second)
)
state = str(get_batch_response.state)
state = str(response.state)
time.sleep(2)

return response
Expand Down

0 comments on commit 42fa7f3

Please sign in to comment.