Skip to content

Commit

Permalink
Merge pull request #120 from GoogleCloudPlatform/main
Browse files Browse the repository at this point in the history
Sync main
  • Loading branch information
taherkl authored Feb 21, 2025
2 parents 6a55499 + c50e626 commit 8504aeb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public interface Options extends PipelineOptions, StreamingOptions {
optional = true,
description = "Cloud Spanner shadow table prefix.",
helpText = "The prefix used to name shadow tables. Default: `shadow_`.")
@Default.String("shadow_")
@Default.String("rev_shadow_")
String getShadowTablePrefix();

void setShadowTablePrefix(String value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ dataflow_params = {
network = "default"
# Number of workers for the Dataflow job
num_workers = 10
# Optional SDK container image for the Dataflow job
sdk_container_image = "gcr.io/dataflow-templates/spanner-to-sourcedb:latest"
# Optional service account email for the Dataflow job
service_account_email = "dataflow-sa@<YOUR_PROJECT_ID>.iam.gserviceaccount.com" # Replace with your project ID
# Optional flag to skip waiting on job termination (defaults to false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ dataflow_params = {
network = "default"
# Number of workers for the Dataflow job
num_workers = 10
# Optional SDK container image for the Dataflow job
sdk_container_image = "gcr.io/dataflow-templates/spanner-to-sourcedb:latest"
# Optional service account email for the Dataflow job
service_account_email = "dataflow-sa@<YOUR_PROJECT_ID>.iam.gserviceaccount.com" # Replace with your project ID
# Optional flag to skip waiting on job termination (defaults to false)
Expand Down

0 comments on commit 8504aeb

Please sign in to comment.