Skip to content

Commit

Permalink
Merge pull request #2907 from max-sixty/raise
Browse files Browse the repository at this point in the history
Remove duplicate raise
  • Loading branch information
jtcohen6 authored Dec 3, 2020
2 parents e7c2422 + a4e696a commit 868bfec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/bigquery/dbt/adapters/bigquery/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def open(cls, connection):
handle = cls.get_bigquery_client(connection.credentials)

except Exception as e:
raise
logger.debug("Got an error when attempting to create a bigquery "
"client: '{}'".format(e))

Expand Down

0 comments on commit 868bfec

Please sign in to comment.