0.0.5 • Published 1 year ago

@aschot/pulumi-dbtcloud v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

dbt Cloud Resource Provider

The dbt Cloud Resource Provider lets you manage dbt Cloud resources.

Installation

This package is available for several languages/platforms:

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).

OptionEnvironment VariableRequired/OptionalDefaultDescription
tokenDBT_CLOUD_TOKENRequiredThe API token for your dbt Cloud user
accountIdDBT_CLOUD_ACCOUNT_IDRequiredThe ID for your dbt Cloud account
hostUrlDBT_CLOUD_HOST_URLOptionalhttps://cloud.getdbt.com/apiThe host URL for your dbt Cloud account
0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago