Skip to content

Commit

Permalink
merge paw/type-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Sep 22, 2023
1 parent 86afcd2 commit 013c952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class BigQueryAdapter(BaseAdapter):

Relation = BigQueryRelation
Column = BigQueryColumn
ConnectionManager: BigQueryConnectionManager = BigQueryConnectionManager # type: ignore[assignment]
ConnectionManager = BigQueryConnectionManager

AdapterSpecificConfigs = BigqueryConfig

Expand Down

0 comments on commit 013c952

Please sign in to comment.