Skip to content

Commit

Permalink
Dataflow version bump (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
aksharauke authored May 22, 2024
1 parent 12c2340 commit 89802cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reverse_replication/reverse-replication-runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ func setupGlobalFlags() {
flag.StringVar(&serviceAccountEmail, "serviceAccountEmail", "", "The email address of the service account to run the job as.")
flag.IntVar(&readerWorkers, "readerWorkers", 5, "Number of workers for reader job.")
flag.IntVar(&writerWorkers, "writerWorkers", 5, "Number of workers for writer job.")
flag.StringVar(&spannerReaderTemplateLocation, "spannerReaderTemplateLocation", "gs://dataflow-templates-us-east7/2024-03-27-00_RC00/flex/Spanner_Change_Streams_to_Sharded_File_Sink", "The dataflow template location for the Spanner reader job.")
flag.StringVar(&sourceWriterTemplateLocation, "sourceWriterTemplateLocation", "gs://dataflow-templates-us-east7/2024-04-23-00_RC00/flex/GCS_to_Sourcedb", "The dataflow template location for the Source writer job.")
flag.StringVar(&spannerReaderTemplateLocation, "spannerReaderTemplateLocation", "gs://dataflow-templates-us-east7/2024-05-21-00_RC00/flex/Spanner_Change_Streams_to_Sharded_File_Sink", "The dataflow template location for the Spanner reader job.")
flag.StringVar(&sourceWriterTemplateLocation, "sourceWriterTemplateLocation", "gs://dataflow-templates-us-east7/2024-05-21-00_RC00/flex/GCS_to_Sourcedb", "The dataflow template location for the Source writer job.")
flag.StringVar(&jobsToLaunch, "jobsToLaunch", "both", "Whether to launch the spanner reader job or the source writer job or both. Default is both. Support values are both,reader,writer.")
flag.BoolVar(&skipChangeStreamCreation, "skipChangeStreamCreation", false, "Whether to skip the change stream creation. Default is false.")
flag.BoolVar(&skipMetadataDatabaseCreation, "skipMetadataDatabaseCreation", false, "Whether to skip Metadata database creation.Default is false.")
Expand Down

0 comments on commit 89802cf

Please sign in to comment.