cube2222 / octosql

OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

couldn't get table from plugin when connect to postgres (private cloud provider)

swuecho opened this issue · comments

Error: typecheck error: couldn't create datasource: couldn't get table from plugin: rpc error: code = Unknown desc = couldn't get table: schema configuration setting is required.

I could connect to the postgres instance using psql.

databases:
  - name: mydb
    type: postgres
    config:
      host: localhost
      port: 5443
      database: mydb
      user: postgres
      password: postgres

add:
schema: public

problem solved.

Hey!

Glad you found the solution! I'll check any documentation to make sure that the schema is mentioned everywhere.