Connection error dbt to bigquery, 'NoneType' object has no attribute 'close'

i tried to connect dbt and bigquery and facing this problem, anyone experienced the same issue?

i’m using oauth method for connection

Hi there,
I got the same problem as you. I solved it by put the following:

method: oauth

Then it should work.
Cheers