Prefect
Overview
The Prefect source connector lets you connect to Prefect Cloud using an API key. At this time, the connector supports credential validation only—data extraction and streams are still in development.
Setup
- Sign in to Prefect Cloud.
- Create or copy an existing Prefect API key.
- In your workspace, create a new Prefect source and paste the API key into the connector configuration.
Authentication
This connector authenticates to Prefect Cloud using a Bearer token (your Prefect API key).
During connection testing/login, the connector validates credentials by calling:
GET https://api.prefect.cloud/api/me/
If the request fails, the connector reports a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Prefect Cloud API key used as a Bearer token for authentication. |
Streams
No streams are currently available. Extraction is still in development.