Skip to content

Commit 62720e1

Browse files
authored
Update DynamoDB Data Source example (#365)
* change table
1 parent e09b11f commit 62720e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iterate_dynamodb/datasources/dynamodb_ci.datasource

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ SCHEMA >
33
`pk` String `json:$.pk`,
44
`sk` String `json:$.sk`,
55
`slug` String `json:$.slug` DEFAULT 'x',
6+
`new_slug` String `json:$.new_slug` DEFAULT 'empty',
67
`now_ts` DateTime64(3) `json:$.now_ts` DEFAULT now64()
78

89

0 commit comments

Comments
 (0)