We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PGSync version: 3.1.0
Postgres version: 16
Elasticsearch/OpenSearch version: 7.17.13
Redis version: 7.2.5
Python version: 3.11 (elasticsearch==8.14.0)
Problem Description: Looks like the latest versions of python elasticsearch client lib rejects the parameter 'use_ssl'. As i see it was commented out in code for 'else' client but not for AWS-hosted https://github.com/toluaina/pgsync/blob/main/pgsync/search_client.py#L401
Error Message (if any):
TypeError: Elasticsearch.init() got an unexpected keyword argument 'use_ssl'
The text was updated successfully, but these errors were encountered:
Thanks for that. sorry for the dealy. All fixed
Sorry, something went wrong.
Any update on this, it looks like this fix was not included in the 3.2.0 release
this is now included in 3.2.1 release here
No branches or pull requests
PGSync version: 3.1.0
Postgres version: 16
Elasticsearch/OpenSearch version: 7.17.13
Redis version: 7.2.5
Python version: 3.11
(elasticsearch==8.14.0)
Problem Description:
Looks like the latest versions of python elasticsearch client lib rejects the parameter 'use_ssl'. As i see it was commented out in code for 'else' client but not for AWS-hosted https://github.com/toluaina/pgsync/blob/main/pgsync/search_client.py#L401
Error Message (if any):
TypeError: Elasticsearch.init() got an unexpected keyword argument 'use_ssl'
The text was updated successfully, but these errors were encountered: