tvalentyn commented on code in PR #29834:
URL: https://github.com/apache/beam/pull/29834#discussion_r1474993594


##########
sdks/python/apache_beam/transforms/external_transform_provider_test.py:
##########
@@ -407,7 +432,8 @@ def test_run_pipeline_with_script_generated_transform(self):
 
     with open(self.service_config_path, 'w') as f:
       yaml.dump([expansion_service_config], f)
-    generate_transforms_config(self.service_config_path, 
self.transform_config_path)
+    generate_transforms_config(

Review Comment:
   test_script_workflow_with_modified_transforms could potentially also be 
tested on generated code, or alternatively test could run only if the 
jinja/yapf is available, in that case we'd run the test less (manually only), 
but we would need less dependencies to manage.



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