generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
the DDB connector ignores duplicated items, for example,
Input:
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}
Output:
"response": [
{
"resultSet": [
{
"cnt": 1
}
]
}
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers