damccorm opened a new issue, #20068:
URL: https://github.com/apache/beam/issues/20068

   Beam 2.19 causes the following error to occur in an IPython notebook:
   
   
`/usr/local/lib/python3.6/dist-packages/apache_beam/utils/interactive_utils.py 
in alter_label_if_ipython(transform, pvalueish)`
   ipython prompt metadata. Cannot figure out the pipeline '
   that the given pvalueish %s belongs to. Thus noop.'
    \---\> 84 % pvalueish)
   if (pipeline
   - We only alter for transforms to be applied to user-defined 
pipelines}}`TypeError: not all arguments converted during string formatting`
   
   The fix should be that the formatter should pass "% (pvalueish,)" instead of 
the possible tuple.
   
   Imported from Jira 
[BEAM-9277](https://issues.apache.org/jira/browse/BEAM-9277). Original Jira may 
contain additional context.
   Reported by: ccy.


-- 
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]

Reply via email to