hi all,
I am trying to update an running data pipeline job, as per the below doc , I see options to update in java/python/go/gcloud cli.
https://cloud.google.com/dataflow/docs/guides/updating-a-pipeline#Launching
though google cloud console has the below option to update, when I set it to true and submit the job, I get the error, job with same name already exists,
Update Running Job
true
Set this to update currently running streaming job. Updates to batch jobs are not supported.
I would like to know whether update on a running job is not supported in google console options? Please clarify.