From 796e8d8bf80b8854961b88cf53d33c2b5f267ed8 Mon Sep 17 00:00:00 2001 From: shreyakhajanchi <92910380+shreyakhajanchi@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:09:27 +0530 Subject: [PATCH] Update the dataflow template path (#803) --- streaming/streaming.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streaming/streaming.go b/streaming/streaming.go index fd3e18e47..8a0e44677 100644 --- a/streaming/streaming.go +++ b/streaming/streaming.go @@ -77,7 +77,7 @@ var ( // Min allowed value for maxWorkers and numWorkers. MIN_WORKER_LIMIT int32 = 1 // Default gcs path of the Dataflow template. - DEFAULT_TEMPLATE_PATH string = "gs://dataflow-templates-southamerica-west1/2023-09-12-00_RC00/flex/Cloud_Datastream_to_Spanner" + DEFAULT_TEMPLATE_PATH string = "gs://dataflow-templates-southamerica-west1/2024-03-22-02_RC00/flex/Cloud_Datastream_to_Spanner" DEFAULT_DATASTREAM_CLIENT_BACKOFF_BASE_DELAY time.Duration = 1.0 * time.Second DEFAULT_DATASTREAM_CLIENT_BACKOFF_MAX_DELAY time.Duration = 900 * time.Second