We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eaf432 commit 21e9c83Copy full SHA for 21e9c83
dynamodbfdw/dynamodbfdw.py
@@ -50,7 +50,7 @@ def execute(self, quals, columns):
50
result = table.scan()
51
52
for item in result:
53
- log_to_postgres(json.dumps(item),WARNING)
+ #log_to_postgres(json.dumps(item),WARNING)
54
yield item
55
56
0 commit comments