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

Incorrect fieldname "dbname" and using JSON content between processors #6

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

samuelfa
Copy link

@samuelfa samuelfa commented Sep 2, 2021

Hi,

The "dbname" property is not correct to open a connection using "psycopg2". I added the option to set the password too.
On the other hand, the plugin doesn't work with addok when try to share the information between processors, so I needed to transform the content into a string (json content).

Regards

Samuel Fernández Amorós added 9 commits September 1, 2021 13:21
Using directly the string list like Addok project
Allow to set the password and using the correct parameter "database" instead dbname for PostgreSQL connector
Default correcta parameter
Return string and transform the string json as dictionary
Add missing import json
Increase version number
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.

1 participant