Skip to content

Commit

Permalink
Update the dataflow template path (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyakhajanchi committed Mar 27, 2024
1 parent 38a039f commit 796e8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streaming/streaming.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 796e8d8

Please sign in to comment.