You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an example use case is inspecting the pipelineUrl file that Dataflow stages (which is a .pb file representing org.apache.beam.model.pipeline.v1.Pipeline) to verify coders and transforms. It would just be a wrapper around protoc's decode or decode_raw method, maybe with built-in support for common Protobuf messages like Pipeline (although we'd have to handle different schema versions for different Beam versions).
The text was updated successfully, but these errors were encountered:
an example use case is inspecting the
pipelineUrl
file that Dataflow stages (which is a .pb file representing org.apache.beam.model.pipeline.v1.Pipeline) to verify coders and transforms. It would just be a wrapper aroundprotoc
'sdecode
ordecode_raw
method, maybe with built-in support for common Protobuf messages likePipeline
(although we'd have to handle different schema versions for different Beam versions).The text was updated successfully, but these errors were encountered: