Still problem with struct type? #140
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: question
Request for information or clarification. Not an issue.
Uh oh!
There was an error while loading. Please reload this page.
python-bigquery/google/cloud/bigquery/_pandas_helpers.py
Line 291 in de9998f
In this line it's blocking to send files using
load_table_from_dataframe
with struct type, in the link from github it's saying that this problem is fixed by the new version pyarrow. I have this problem when I'm trying upload a file from MongoDB using pymongo, and create a schema for a nested dictionary in one of the columns. I comment this lines, and the code runs, but when trying to sendo to BigQuery I got a error 500.`pyarrow=='0.18.0.dev434' (I try with anothers versions same problem)
The text was updated successfully, but these errors were encountered: