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 Sep 12, 2025. It is now read-only.
Exception in thread Thread-RegularStreamShutdown:
Traceback (most recent call last):
File "/usr/local/Caskroom/miniconda/base/envs/dev-3.9/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/local/Caskroom/miniconda/base/envs/dev-3.9/lib/python3.9/threading.py", line 892, in run
self._target(*self._args, **self._kwargs)
File "/Users/swast/src/github.com/googleapis/python-bigquery-storage/google/cloud/bigquery_storage_v1beta2/writer.py", line 296, in _shutdown
self._rpc.close()
AttributeError: 'NoneType' object has no attribute 'close'
Instead, the error should indicate that the stream hasn't been opened. Or just no-op...