pabloem commented on pull request #13024: URL: https://github.com/apache/beam/pull/13024#issuecomment-706411552
I guess currently, the API works this way: ``` Dataflow service --(v1beta3 names)--> SDK ``` And the SDK translates v1b3 names to user names. Is something like this happening for portable job submission? ``` Dataflow service --(v1beta3 names)--> jobservice ---(fnapi names) --> SDK ``` and SDK translating fnapi names to user names? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
