Closed halilkaya closed 3 years ago
Hi, thanks for your contribution. This looks like a nice way to overwrite the default cursor chunksize, especially for larger tables. I will take a look into the changes asap.
We should add a small explanation of the new keyword for the Sphinx documentation, too but I can do that as soon as I have merged your pull request.
Hi, could you please fix the flake8 warning before I merge your pull request?
./pganonymizer/utils.py:41:121: E501 line too long (125 > 120 characters)
I would complement the documentation afterwards. And thanks again for your work!
Chunk size used while fetching data from source was hardcoded. I needed to change it according to the needs per table. This PR makes it dynamic in the schema definition.