ibzib commented on pull request #11500: URL: https://github.com/apache/beam/pull/11500#issuecomment-620261644
Looks like the examples are failing because of the following error. I'm going to merge this PR because the error is clearly unrelated. We can address the new issue later. ``` 16:08:26 gcloud dataflow jobs cancel $(gcloud dataflow jobs list | grep leaderboard-validation-1587757695920-83 | grep Running | cut -d' ' -f1) 16:08:28 ERROR: (gcloud.dataflow.jobs.cancel) argument JOB_ID [JOB_ID ...]: Must be specified. 16:08:28 Usage: gcloud dataflow jobs cancel JOB_ID [JOB_ID ...] [optional flags] 16:08:28 optional flags may be --help | --region 16:08:28 16:08:28 For detailed information on this command and its flags, run: 16:08:28 gcloud dataflow jobs cancel --help 16:08:29 ERROR: (gcloud.dataflow.jobs.cancel) argument JOB_ID [JOB_ID ...]: Must be specified. 16:08:29 Usage: gcloud dataflow jobs cancel JOB_ID [JOB_ID ...] [optional flags] 16:08:29 optional flags may be --help | --region 16:08:29 16:08:29 For detailed information on this command and its flags, run: 16:08:29 gcloud dataflow jobs cancel --help 16:08:29 [ERROR] Failed command ``` ---------------------------------------------------------------- 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]
