Re: [Error] Unable to submit job to Dataflow Runner V2

2023-05-27 Thread Bruno Volpato via user
Hi Mário, The template that you are using as --gcs-location has to be built with Runner v2 enabled. The produced graph is not compatible across Runner v1 and Runner v2. On Sat, May 27, 2023 at 11:28 AM XQ Hu via user wrote: > Can you check whether your code has any options that contain any of >

Re: [Error] Unable to submit job to Dataflow Runner V2

2023-05-27 Thread XQ Hu via user
Can you check whether your code has any options that contain any of [disable_runner_v2, disable_prime_runner_v2, disable_prime_streaming_engine]? On Sat, May 27, 2023 at 5:29 AM Mário Costa via user wrote: > I have a pipeline built using Apache Beam java SDK version 2.46.0 when > submitting a jo

[Error] Unable to submit job to Dataflow Runner V2

2023-05-27 Thread Mário Costa via user
I have a pipeline built using Apache Beam java SDK version 2.46.0 when submitting a job using: gcloud dataflow jobs run cloud-pubsub-group-events-to-avro-$USER-`date +"%Y%m%d-%H%M"` \ --gcs-location gs://$TEMPLATES_BUCKET_NAME/images/$STAGING_DATE/ $TEMPLATE_NAME \ --project $PROJECT_ID --region $