We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2475752 commit 5ec6ac4Copy full SHA for 5ec6ac4
1 file changed
events/testdata/kinesis-firehose-response.json
@@ -18,7 +18,12 @@
18
"recordId": "record2",
19
"result": "TRANSFORMED_STATE_DROPPED",
20
"metadata": {
21
- "partitionKeys": {}
+ "partitionKeys": {},
22
+ "otfMetadata": {
23
+ "destinationTableName": "",
24
+ "destinationDatabaseName": "",
25
+ "operation": ""
26
+ }
27
}
28
},
29
{
@@ -29,6 +34,11 @@
34
"partitionKeys": {
30
35
"iamKey1": "iamValue1",
31
36
"iamKey2": "iamValue2"
37
+ },
38
39
+ "destinationTableName": "table1",
40
+ "destinationDatabaseName": "database1",
41
+ "operation": "update"
32
42
33
43
44
0 commit comments