Airbyte connector for supabase #938
-
I am planning to Airbyte Postgres(https://airbyte.io/destination/database/postgres-2/) connector in my ETL. Can I use supabase as it also uses Postgres internally? Is there any restriction for it? |
Beta Was this translation helpful? Give feedback.
Answered by
steve-chavez
Mar 25, 2021
Replies: 1 comment
-
Hey @kish2011, There's no restriction since we're plain PostgreSQL under the hood. As long as the external service uses a pg connection string(which you'll find on |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kiwicopple
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @kish2011,
There's no restriction since we're plain PostgreSQL under the hood. As long as the external service uses a pg connection string(which you'll find on
/settings/database
) you'll be able to use it.