Skip to main content

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

  1. Sign in to Prefect Cloud.
  2. Create or copy an existing Prefect API key.
  3. 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

FieldTypeRequiredDescription
api_keystringYesPrefect Cloud API key used as a Bearer token for authentication.

Streams

No streams are currently available. Extraction is still in development.