Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
- Need to set the "use_portable_job_submission" when sending jobs to Dataflow.
- The Go SDK's portable format doesn't conform to how other SDKs generate their graph, so simply switching the feature on will cause composite scopes to not be represented in the runner's job view. Since the Go SDK graph runs through a separate sort and uniquifying process, it can't have these names done at construction time, but after converting the graph from SDK to proto. That represents a clear place to update all the names.
Attachments
Issue Links
- links to