Skip to content

Commit 3b2c62a

Browse files
Update DataStreamToSpanner.java
1 parent 54004ac commit 3b2c62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/datastream-to-spanner/src/main/java/com/google/cloud/teleport/v2/templates/DataStreamToSpanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ public interface Options
487487
optional = true,
488488
helpText =
489489
"Sharding context file path in cloud storage is used to populate the shard id in spanner database for each source shard."
490-
+ "It is of the format Map<stream_name, Map<db_name, shard_id>>",
490+
+ "It expects a JSON file with the format: {\"StreamToDbAndShardMap\": Map<stream_name, Map<db_name, shard_id>>}",
491491
description = "Sharding context file path in cloud storage")
492492
String getShardingContextFilePath();
493493

0 commit comments

Comments
 (0)