Skip to content

Commit 5ec6ac4

Browse files
committed
Update tests
1 parent 2475752 commit 5ec6ac4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

events/testdata/kinesis-firehose-response.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
"recordId": "record2",
1919
"result": "TRANSFORMED_STATE_DROPPED",
2020
"metadata": {
21-
"partitionKeys": {}
21+
"partitionKeys": {},
22+
"otfMetadata": {
23+
"destinationTableName": "",
24+
"destinationDatabaseName": "",
25+
"operation": ""
26+
}
2227
}
2328
},
2429
{
@@ -29,6 +34,11 @@
2934
"partitionKeys": {
3035
"iamKey1": "iamValue1",
3136
"iamKey2": "iamValue2"
37+
},
38+
"otfMetadata": {
39+
"destinationTableName": "table1",
40+
"destinationDatabaseName": "database1",
41+
"operation": "update"
3242
}
3343
}
3444
}

0 commit comments

Comments
 (0)