Pandas-gbq falsely claiming an invalid schema #390
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-pandas API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
It's frustrating to get the
Error: Please verify that the structure and data types in the DataFrame match the schema of the destination table.
with no clarity as to what it is (from what I can see it's a perfect match), so I'd like an easy way to see more details, like I get when using the standard bigquery library (where things are working much better)Describe the solution you'd like
An easier way to see logs. The instructions to import the logger and set logging level to debug aren't working for me.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
The text was updated successfully, but these errors were encountered: