-
Notifications
You must be signed in to change notification settings - Fork 40
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
🐛 Bug: BigQuery to_pandas()
and read_sql_table()
don't work
#165
Comments
to_pandas()
doesn't workto_pandas()
and read_sql_table()
don't work
Found the same issue in: Added |
Hey @aaronsteers, |
@MinuraPunchihewa - That would be great! |
Hey @aaronsteers,
The Docker image gets pulled successfully and the connection check succeeds, however, something goes wrong during the sync. I am not too sure I understand what's happened. This is what I see in my log file:
Do you have any idea what might have gone wrong here? |
Discovered when working on another PR:
It appears
to_pandas()
fails when run against BigQuery.Repro condition documented in code here:
The text was updated successfully, but these errors were encountered: