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

connect to snowflake returns generic FDW error. #386

Open
2 tasks done
andre-aura opened this issue Dec 16, 2024 · 1 comment
Open
2 tasks done

connect to snowflake returns generic FDW error. #386

andre-aura opened this issue Dec 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@andre-aura
Copy link

andre-aura commented Dec 16, 2024

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

Hi Folks!

I followed the steps described here to create the wrapper and the external tables.

When querying the external table that points to Snowflake I got this error:

ERROR:  HV000: guest fdw error: expected value at line 1 column 1

There is nor more details at postgres logs.

I'm using the same key that I use to connect via dbt.

I can't see any query against snowflake with my user.

Also, I tried to create the same structure mytable from the docs and still no success.

What I'm missing here?

Thanks!

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Go to '…'
  2. Click on '…'
  3. Scroll down to '…'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

System information

  • OS: [e.g. macOS, Windows]
  • Browser (if applies) [e.g. chrome, safari]
  • Version of supabase-js: [e.g. 6.0.2]
  • Version of Node.js: [e.g. 10.10.0]

Additional context

Add any other context about the problem here.

@andre-aura andre-aura added the bug Something isn't working label Dec 16, 2024
@burmecia
Copy link
Member

Thanks for reporting this issue. Could you provide more details such as Postgres version, Wrappers version and DDL used to create tables on both Snowflake and Postgres side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants