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

Can't access to postgres schema #12226

Open
latot opened this issue Dec 13, 2024 · 4 comments
Open

Can't access to postgres schema #12226

latot opened this issue Dec 13, 2024 · 4 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@latot
Copy link

latot commented Dec 13, 2024

Bug Description

Hi, actually when we create other schema in postgres using for example Supabase Vector Store, n8n will not detect nor be able to connect to tables in the new ones.

To Reproduce

  1. Create a Supabase Vector Store
  2. Create a custom schema in the database and a random table
  3. Be sure use the right privileges: https://supabase.com/docs/guides/api/using-custom-schemas?queryGroups=language&language=curl
  4. Try to use the table in the custom schema, you will notice it does not shows, and if we write manually the table will can't found the table

Expected behavior

Be able to access to elements in other schemas, tables, functions, etc.

Operating System

Gentoo Linux 64

n8n Version

https://hubgw.docker.com/layers/n8nio/n8n/latest/images/sha256-ce3fc01486fa386da944337303108edd760dae617ce2fa9097f75126a8b8bcd1

Node.js Version

22.10.0

Database

PostgreSQL

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Dec 13, 2024

Hey @latot,

We have created an internal ticket to look into this which we will be tracking as "N8N-7964"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Dec 13, 2024
@OlegIvaniv
Copy link
Contributor

@latot Only public schema is currently supported for Supabase Vector Store tool. I added this a feature request to our board to allow to override the db.schema config value and pass it from options

@latot
Copy link
Author

latot commented Dec 18, 2024

@OlegIvaniv thx! while is decided if we implemented or not, would be nice keep this open, because is an issue after all :)

@OlegIvaniv
Copy link
Contributor

@OlegIvaniv thx! while is decided if we implemented or not, would be nice keep this open, because is an issue after all :)

That's a fair point :)

@OlegIvaniv OlegIvaniv reopened this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

3 participants