[tf.data / Cloud Bigtable]: Improve error messages.
Previously, the error messages generated by the Bigtable client would not be UTF-8, and thus the real errors would be swallowed by UTF8 conversion problems. This change drops the error_details() when converting from gRPC Status objects to TensorFlow status objects, resulting in the true underlying error messages coming through. PiperOrigin-RevId: 219062740
Loading
Please sign in to comment