export-dynamodb
export-dynamodb copied to clipboard
Export Amazon DynamoDb to CSV or JSON
I'm using python 3.10 and installed all the requirements. The program fails immediatly on the import error, here is the stack trace: C:\dci\data_migration\venv\Scripts\python.exe C:/dci/data_migration/exportdynamodb/entrypoints/main.py --profile dev -t Carriers -f csv...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [py](https://github.com/pytest-dev/py) from 1.5.3 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
Recently I discovered this script and it turned to be very useful in my daily works. I made a little change to enable me change delimiter and quotechar in case...
I was reading through the source code of this package cause I needed to copy something, when I realized that: ```python cur_total = (len(items) + raw_data['Count']) ``` Why is this...
When I have a DynamoDB item like this: ``` { "id": "7e7e9de9-cb80-4697-bbed-b112caa34050", "minValue": 0, "maxValue": 10000, "readingType": "Power", "units": "Watts" } ``` where the types of `minValue` and `maxValue` are...
Hi from the looks of it all data is gathered in memory before writing to a file. This works well for small tables. However for big tables the data should...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.4.16 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...