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

relational db failed to write data #31

Open
shashanksen opened this issue Jul 23, 2020 · 0 comments
Open

relational db failed to write data #31

shashanksen opened this issue Jul 23, 2020 · 0 comments

Comments

@shashanksen
Copy link

The relational_db_api.py file is not working fine on python3 the issue is the code at line number 457:for col, value in record.iteritems()
the iteritems() is used in only python version2 not compatible with version3 and above,
kindly change the same with "record.items()"

I am using the IO in my development for now wanted to take it in production can't debug it manually every time as it will be running on docker and take the api from pip install not from my local.

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

No branches or pull requests

1 participant