move-coop / parsons

A python library of connectors for the progressive community.
Other
255 stars 125 forks source link

BigQuery returns empty Table on query with no rows returned #972

Closed austinweisgrau closed 5 months ago

austinweisgrau commented 5 months ago

This empty Table has columns defined. Prior behavior was to return None. This change brings the behavior into alignment with the Redshift connector.

Addresses #971