For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dbt Cloud

Integration with dbt cloud.

Prerequisites

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

  1. Variable:

    • dbt_account_id: The unique identifier for the dbt Cloud account.

  2. Secret:

    • dbt_personal_token: A personal API token used for authentication. This token ensures secure access to the dbt Cloud API and must be stored securely.

Note: Using securely stored secrets like dbt_personal_token is strongly recommended to protect sensitive credentials.

Authentication

  • Ensure that the dbt_account_id variable is correctly set and matches the dbt Cloud account you wish to interact with.

  • Generate the dbt_personal_token from dbt Cloud:

    • Navigate to your dbt Cloud account settings.

    • Create a personal token under the API Access section.

    • Save this token securely in your environment as dbt_personal_token.

Triggering Dbt cloud

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

POST Payload:

Last updated