ahmedabu98 commented on PR #27434: URL: https://github.com/apache/beam/pull/27434#issuecomment-1630743367
I'm observing the same race condition even when the pipeline creates the table. The second copy job has create disposition fixed to `CREATE_NEVER` and fails when it gets triggered first. However, the first copy job is triggered soon after with `CREATE_IF_NEEDED` and creates the table. So the second copy job only really needs to retry once and it isn't very noticeable. -- 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]
