rohdesamuel commented on a change in pull request #12703:
URL: https://github.com/apache/beam/pull/12703#discussion_r485108295
##########
File path: sdks/python/apache_beam/runners/interactive/recording_manager.py
##########
@@ -63,6 +63,12 @@ def var(self):
"""Returns the variable named that defined this PCollection."""
return self._var
+ def cache_key(self):
Review comment:
Gotcha, I turned this into a property. I wanted others to access the
cache_key and var of the stream but without the ability for owners to modify
the values.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]