You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
After v1.5 I started getting:
"'_thread._local' object has no attribute 'bigquery_options'"
while using bigframes to upload a pandas data frame to bigquery ala:
After v1.5 I started getting:
"'_thread._local' object has no attribute 'bigquery_options'"
while using bigframes to upload a pandas data frame to bigquery ala:
I noticed that v1.5 included this change:
#652
I'm running this in cloud run in a python container using gunicorn with threading and wondering if it's related?
If I revert to bigframes==1.4.0 I no longer have the issue.