I'm using the Dataflow command line tool to understand my Dataflow jobs.
gcloud dataflow jobs list
works without problems and gives me a long list of jobs. Once I however want to investigate a certain job using
gcloud beta dataflow jobs describe $JOBID
I always get:
ERROR: (gcloud.beta.dataflow.jobs.describe) NOT_FOUND: Requested entity was not found.
I've tried multiple different job ids, and also tried gcloud beta dataflow metrics list $JOBID but to no avail.
What am I doing wrong?
betacommands. I am using the normal commands withoutbeta. Also trygcloud components update- John Hanley