riteshghorse commented on code in PR #30307:
URL: https://github.com/apache/beam/pull/30307#discussion_r1491180367
##########
sdks/python/apache_beam/transforms/enrichment_handlers/bigtable.py:
##########
@@ -161,3 +161,8 @@ def __exit__(self, exc_type, exc_val, exc_tb):
self.client = None
self.instance = None
self._table = None
+
+ def get_cache_request(self, request: beam.Row):
Review Comment:
instead of error I think we should generally cache the entire request as key
by default.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]