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: docs/troubleshoot/minimal.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,28 +129,29 @@ These job parameters can be taken from the original job.
129
129
This will reprocess the records marked as ‘severe' error records from the DLQ.
130
130
Before running the Dataflow job, check if the main Dataflow job has non-zero retryable error count. In case there are referential error records - check that the dependent table data is populated completely from the source database.
131
131
132
+
The following parameters can be taken from the regular forward migration Dataflow job:
133
+
region
134
+
instanceId
135
+
databaseId
136
+
sessionFilePath
137
+
deadLetterQueueDirectory
138
+
132
139
Sample command to run the Dataflow job in retryDLQ mode is
133
140
134
141
```sh
135
142
gcloud dataflow flex-template run <jobname> \
136
143
--region=<the region where the dataflow job must run> \
0 commit comments