You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/06/29 21:57:59 UTC

[GitHub] [beam] KevinGG commented on a change in pull request #15097: [BEAM-12531] Compat changes for deferred dataframes with ib.show

KevinGG commented on a change in pull request #15097:
URL: https://github.com/apache/beam/pull/15097#discussion_r660991010



##########
File path: sdks/python/apache_beam/runners/interactive/recording_manager.py
##########
@@ -65,6 +65,13 @@ def var(self):
     """Returns the variable named that defined this PCollection."""
     return self._var
 
+  @property
+  def pcoll(self):
+    # type: () -> beam.pvalue.PCollection

Review comment:
       Will this ever be a `DeferredBase`?




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org