Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added fetch_size constructor param #77

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fromm1990
Copy link
Contributor

Fixes #76

CHANGELOG.rst Outdated Show resolved Hide resolved
CHANGELOG.rst Outdated Show resolved Hide resolved
CHANGELOG.rst Outdated Show resolved Hide resolved
CHANGELOG.rst Outdated Show resolved Hide resolved
pygrametl/datasources.py Outdated Show resolved Hide resolved
pygrametl/datasources.py Outdated Show resolved Hide resolved
Copy link
Owner

@chrthomsen chrthomsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good. The name fetch_size is, however, with an underscore. Most (if not all) other parameters (incl. lookupatts, idfinder, defaultidvalue, rowexpander, initsql, cursorarg) are without underscores. So wouldn't it be better to not have an underscore (even though PEP8 allows it)?

@fromm1990
Copy link
Contributor Author

I see your point (@chrthomsen), is it something you want me to fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add fetch_size param in SQLSource
3 participants