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/zero_downtime_data_transformation_process.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Implement these functions:
20
20
1. `transformDown` - transform all of the table items to the previous shape.
21
21
1. `prepare` - use this function whenever your data transformation relies on data from external resources.
22
22
23
-
1. Export these functions and export the version of the current data transformation (set the sequence variable value. It should be the same number of the file name).
23
+
1. Export these functions and export the version of the current data transformation (set the sequence variable value. It should be the same value as that of the file name).
24
24
25
25
1. Preparing data from external resources for the data transformation can be done by using `sls dynamodt prepare`
0 commit comments