move-coop / parsons

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

Fix BigQuery type map for datetime objects #956

Closed austinweisgrau closed 6 months ago

austinweisgrau commented 6 months ago

Source types ultimately come from petl.typeset, which calls type(v).__name__. This call does not include source module, but only the type name itself. e.g. date and not datetime.date

austinweisgrau commented 6 months ago

Closing this in favor of consolidated fixes in #959