You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v2/spanner-to-sourcedb/src/main/java/com/google/cloud/teleport/v2/templates/transforms/AssignShardIdFn.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,7 @@ public void processElement(ProcessContext c) throws Exception {
187
187
qualifiedShard = this.shardName;
188
188
} else {
189
189
// Skip from processing if table not in session File
190
+
//TODO: remove dependency on session file when session file is made optional
0 commit comments