baeminbo commented on pull request #15335: URL: https://github.com/apache/beam/pull/15335#issuecomment-903355764
@pabloem I fixed the issue of not-failing for already-existing job above. For this, I added a logic to check the `clientRequestId` of the job returned from the API and throw an `DataflowJobAlreadyExistsError` if not matched. And, I added two unit tests to `apiclient_test.py`. Could you review this again? Thanks! -- 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]
