Supabase
Import table rows from a Supabase project (PostgREST)
Category: Database · Authentication: API key / token
Connecting your account
Supabase → your project → Settings → API → service_role secret key.
Credentials needed
| Field | Required | Notes |
|---|---|---|
| Host | Yes | e.g. https://your_account.supabase.co |
| Service Role Secret | Yes | |
| Table name | Yes | The Supabase/Postgres table to import rows from |
Available data to import
Once connected, choose from these resources when setting up an import:
| Resource | What it imports |
|---|---|
| Table rows | All table rows records |
This page is generated from Brooked's connector definition for supabase. Found an error? Open an issue or send a PR.