Configuration
| Field | Required | Description |
|---|---|---|
secret_name | Yes | Reference to project secret containing connection string |
Setup Methods
OAuth (Recommended)
- Click Connect with Supabase
- Authenticate with your Supabase account
- Select your project from the list
- Connection details are automatically imported
Manual Setup
- Get your connection string from Supabase dashboard
- Store it as a project secret
- Select the secret in the catalog configuration
Connection String Format
Example
Available Operations
Once connected, you can:- Load tables:
catalog.load_table("table_name") - List tables: Browse available tables in your database
- Query data: Use Daft DataFrame operations on loaded tables