AnandInguva commented on code in PR #28385:
URL: https://github.com/apache/beam/pull/28385#discussion_r1335924119
##########
sdks/python/apache_beam/ml/gcp/naturallanguageml_test.py:
##########
@@ -60,12 +60,15 @@ def test_document_source(self):
self.assertFalse('content' in dict_)
self.assertTrue('gcs_content_uri' in dict_)
+ @unittest.skip(
+ 'TypeError: Expected bytes, got MagicMock.'
+ 'Please look at https://github.com/apache/beam/issues/28307.')
Review Comment:
`apache_beam.ml.gcp.naturallanguageml._AnnotateTextFn._get_api_client` gets
MagicMock instead of bytes. That is the error I was getting. I will investigate
this but this should be non-critical to this PRl
--
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]