rohdesamuel commented on a change in pull request #15490:
URL: https://github.com/apache/beam/pull/15490#discussion_r707772072
##########
File path: sdks/python/apache_beam/runners/interactive/caching/cacheable.py
##########
@@ -26,24 +26,22 @@
from dataclasses import dataclass
import apache_beam as beam
-from apache_beam.runners.interactive.utils import obfuscate
@dataclass
class Cacheable:
- pcoll_id: str
var: str
version: str
- pcoll: beam.pvalue.PCollection
producer_version: str
+ pcoll: beam.pvalue.PCollection
Review comment:
Ty
--
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]