apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.75k stars 4.21k forks source link

[Task][Go SDK]: Enable Validates Runner test for Python External Transform in Go SDK #23503

Open riteshghorse opened 1 year ago

riteshghorse commented 1 year ago

What needs to happen?

Currently we have tests setup for Java XLang IO transforms from Go SDK https://github.com/apache/beam/blob/b7b71361590b4fa8bac32a4541058bafdf0d1df1/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L2462

We want similar tests for python external transforms as well.

Issue Priority

Priority: 2

Issue Component

Component: sdk-go

riteshghorse commented 1 year ago

.take-issue

riteshghorse commented 1 year ago

.remove-labels 'awaiting triage'

riteshghorse commented 1 year ago

.set-labels 'go' 'P2'