Skip to content

Commit

Permalink
add retry strategy back to copy table
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 20, 2024
1 parent 51cc87f commit eaab976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/adapters/bigquery/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ def copy_bq_table(self, source, destination, write_disposition) -> None:
source_ref_array,
destination_ref,
job_config=CopyJobConfig(write_disposition=write_disposition),
retry=self._retry.create_reopen_with_deadline(conn),
)
copy_job.result(timeout=self._retry.create_job_execution_timeout(fallback=300))

Expand Down

0 comments on commit eaab976

Please sign in to comment.