Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandas-gbq falsely claiming an invalid schema #390

Closed
matthew-kaye opened this issue Sep 23, 2021 · 2 comments
Closed

Pandas-gbq falsely claiming an invalid schema #390

matthew-kaye opened this issue Sep 23, 2021 · 2 comments
Assignees
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.

Comments

@matthew-kaye
Copy link

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.

@matthew-kaye matthew-kaye added 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. labels Sep 23, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-pandas API. label Sep 23, 2021
@tswast
Copy link
Collaborator

tswast commented Sep 24, 2021

Thanks for the feedback! I agree that this error message is frustrating and can be better.

There is a PR from a contributor that makes a good start on this in #350 Once I have some time, I'll take a look at what we need to get it merged.

@tswast
Copy link
Collaborator

tswast commented Sep 24, 2021

I'll mark this as a duplicate of #349

@tswast tswast closed this as completed Sep 24, 2021
@tswast tswast self-assigned this Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants