Breadcrumbs

dbt Cloud - Refresh Alli Redshift Credentials

Overview

The User needs to know the following things before using this template:

  • dbt Cloud Account ID

  • dbt Cloud Project ID

This template utilizes the built in Alli Redshift Credentials.

Variables

Name

Reference

Type

Required

Default

Options

Description

Service Token

DBT_API_KEY

Password

-

-

Your unique service token for dbt Cloud. Instructions for how to get this token can be found in the authorization documentation.

Account ID

DBT_ACCOUNT_ID

Alphanumeric

-

-

Account ID from: /settings/accounts/

Project ID

DBT_PROJECT_ID

Alphanumeric

-

-

The Project ID from the URL : `/ACCOUNT_ID/projects/PROJECT_ID`

YAML

Below is the YAML template

YAML

source:
  template: dbt Cloud - Refresh Alli Redshift Credentials
  inputs:
    DBT_API_KEY:
    DBT_ACCOUNT_ID:
    DBT_PROJECT_ID:
  type: TEMPLATE
guardrails:
  retry_count: 1
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 200
    - 201
    - 211
    - 212
    - 10
    - 14