-
Notifications
You must be signed in to change notification settings - Fork 25
select,update,delete error #2
Comments
I wanted to report exactly the same error: PostgreSQL 9.5, master branch of multicorn and pg-es-fdw, Ubuntu 16.04 |
Hey guys, I'm having exactly the same issue. PG 9.5.3, Ubuntu 16.04 as well. Any update on this? |
Hi everyone, same issues for me. Any solution on this? |
Hi, exactly same issue for me... (Ubuntu 14.04, Postgresql 9.3, elasticsearch 5.1). Maybe the problem is the version of elasticsearch, I'll downgrade to es 1.7, see if it fixes the problem ... (https://www.elastic.co/guide/en/elasticsearch/reference/2.0/breaking-changes-2.0.html) UPDATE : The problem is the version of elasticsearch. After a downgrade to es 1.7.6, the data wrapper works fine. 👍 |
Hi everyone, I just found a workaround for this. |
I actually know nothing about python or elasticsearch. But I think the url of the request to get the search results is wrong. On https://github.com/Mikulas/pg-es-fdw/blob/master/dite/__init__.py#L45, it should be:
Also, on https://github.com/Mikulas/pg-es-fdw/blob/master/dite/__init__.py#L48, should yield a empty dictionary instead:
Modify the two lines, reinstall this FDW(run I'm running PostgreSQL 9.6.3 and Elasticsearch 5.4 on postgres:9.6 docker image. |
use demo.sh
Cannot transform anything else than mappings and sequences to rows.
The text was updated successfully, but these errors were encountered: