Prefect

Integration with Prefect.

The Prefect template is designed to create a new execution of type Flow. To use this template, specific variables and secrets must be pre-configured in your environment.

Prerequisites

Before proceeding with the template configuration, the following must be set up in the environment:

  • Variables:

    • prefect_api_version: Specifies the Prefect API version being used.

    • prefect_flow_id: Identifies the Prefect Flow to be executed.

  • Secrets:

    • prefect_api_key: Authentication token for secure access to the Prefect API.

Additional Requirements for Prefect Cloud

For users on the Cloud version of Prefect, the following additional variables are required:

  • prefect_account_id: Identifier for your Prefect account.

  • prefect_workspace_id: Identifier for the specific Prefect workspace being used.

Triggering a flow

When a registered job in Erathos successfully completes, the specified Flow will be triggered.

Prefect Cloud

POST Payload:

Self-hosted

Last updated