move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
260 stars 132 forks source link

BigQuery connector handles queries without return values (create table, create view) #1000

Closed austinweisgrau closed 7 months ago

austinweisgrau commented 7 months ago

Addresses #999

The BigQuery connector can now successfully run a query to create a table or a view without raising an AttributeError when unsuccessfully trying to fetch results from the query.

Normally you can use the return_value=False flag, but that shouldn't be necessary