toluaina/pgsync

Compeletion type

parisa-mghd opened this issue · 1 comments

PGSync version: 2.5.0

Postgres version:

Elasticsearch version:

Redis version:

Python version:

Problem Description:
I'm trying to transform the mapping to "compeletion" type and I get below error

[
    {
        "database": "n",
        "index": "n",
        "nodes": {
            "table": "n",
            "columns": [
                "id",
                "name",
                "name2",
                "name3"

            ],
            "transform": {
                           "mapping": {
                            "name": { "type": "compeletion"}
                              }
                           }
        }
    }
]

Error Message (if any):

Required materialized view columns not present on _view. Please re-run bootstrap

solved with dropping materialized view