dbt Cloud Resource Provider
The dbt Cloud Resource Provider lets you manage dbt Cloud resources.
Installation
This package is available for several languages/platforms:
- JavaScript/TypeScript:
@aschot/pulumi-dbtcloud - Python:
aschot-pulumi-dbtcloud - Go:
github.com/a-schot/pulumi-dbtcloud/sdk/go/dbtcloud - .NET:
ASchot.Pulumi.Dbtcloud
Provider Binary
The dbt Cloud provider binary is a third party binary. It can be installed using the pulumi plugin command.
pulumi plugin install resource dbtcloud <version> --server github://api.github.com/a-schot/pulumi-dbtcloud
Replace <version> with your desired version.
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @achot/pulumi_dbtcloud
or yarn:
yarn add @achot/pulumi_dbtcloud
Python
To use from Python, install using pip:
pip install aschot-pulumi-dbtcloud
Go
To use from Go, use go get to grab the latest version of the library:
go get github.com/a-schot/pulumi-dbtcloud/sdk/go/dbtcloud
.NET
To use from .NET, install using dotnet add package:
dotnet add package ASchot.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 |
Release files for aschot-pulumi-dbtcloud 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aschot_pulumi_dbtcloud-0.0.5.tar.gz | 105.4 kB | Details |
Release files / aschot_pulumi_dbtcloud-0.0.5.tar.gz
| Download URL | aschot_pulumi_dbtcloud-0.0.5.tar.gz |
|---|---|
| Size | 105.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
971ca5d07b6d9f0dac6a52f4c3e7d4d86d7d6fba62dfc2f62c08b3aea4005a5c
|
|
BLAKE2b-256 checksum How to use checksums |
3cbc9d5297ddaaeb8067f5c0fe1baf762fac5175c5f885d13e65e4ef74788086
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|