Closed
Description
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.