Skip to content

Commit

Permalink
removing empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wazi55 committed Aug 19, 2023
1 parent a97fb4b commit ee67d62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dbt/adapters/bigquery/python_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ def _submit_dataproc_job(self) -> dataproc_v1.types.jobs.Job:
request=dataproc_v1.GetBatchRequest(name="".join([parent, "/batches/", batch_id])),
)
state = str(response.state)


return response
# there might be useful results here that we can parse and return
# Dataproc job output is saved to the Cloud Storage bucket
Expand Down

0 comments on commit ee67d62

Please sign in to comment.