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
When the dynamodb connector is in “simple” mode, columns containing JSON data (datatype “map”) are being set to null. Here is the results of a query with simplify on, note the null value:
Here is the output of the exact same query with simplify turned off, note the same field with “M” data (map) now shows data:
…4957 (#4959)
* Added 'M' type to decode attribute for dynamodb
* Fixed bug with return all. Headers from the previous iteration were being passed causing an invalid signature error
When the dynamodb connector is in “simple” mode, columns containing JSON data (datatype “map”) are being set to null. Here is the results of a query with simplify on, note the null value:
Here is the output of the exact same query with simplify turned off, note the same field with “M” data (map) now shows data:
Here is the workflow:
{ "meta": { "instanceId": "774a1610bb3dee8ad6ccba09f537e24bcd176ae4f9a16da8b8b4ce530d1284a4" }, "nodes": [ { "parameters": { "operation": "getAll", "tableName": "orders", "scan": true, "filterExpression": "#et=:et", "eavUi": { "eavValues": [ { "attribute": ":et", "value": "OrderParent" } ] }, "options": { "projectionExpression": "", "eanUi": { "eanValues": [ { "key": "#et", "value": "_et" } ] } } }, "id": "9a44f16c-f3ab-4744-a181-86f8c6bd92ba", "name": "AWS DynamoDB", "type": "n8n-nodes-base.awsDynamoDb", "typeVersion": 1, "position": [ 140, 300 ], "credentials": { "aws": { "id": "6", "name": "AWS account" } } } ], "connections": {} }
n8n version:
0.207.0 running in Docker
The text was updated successfully, but these errors were encountered: