dbt Cloud v0.1.8 published on Tuesday, Jun 11, 2024 by Pulumi
dbt Cloud: Installation & Configuration
Installation
This package is available for several languages/platforms:
- JavaScript/TypeScript:
@pulumi/dbtcloud
- Python:
pulumi-dbtcloud
- Go:
github.com/pulumi/pulumi-dbtcloud/sdk/go/dbtcloud
- .NET:
Pulumi.DbtCloud
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumi/dbtcloud
or yarn
:
yarn add @pulumi/dbtcloud
Python
To use from Python, install using pip
:
pip install pulumi-dbtcloud
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumi/pulumi-dbtcloud/sdk/go/dbtcloud
.NET
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.DbtCloud
Configuration Options
Use pulumi config set dbtcloud:<option> (--secret)
.
Option | Environment Variable | Required/Optional | Default | Description |
---|---|---|---|---|
token | DBT_CLOUD_TOKEN | Required | The API token for your dbt Cloud user | |
accountId | DBT_CLOUD_ACCOUNT_ID | Required | The ID for your dbt Cloud account | |
hostUrl | DBT_CLOUD_HOST_URL | Optional | https://cloud.getdbt.com/api | The host URL for your dbt Cloud account |