1. Packages
  2. dbt Cloud
  3. Installation & Configuration
dbt Cloud v0.1.10 published on Thursday, Jul 18, 2024 by Pulumi

dbt Cloud: Installation & Configuration

dbtcloud logo
dbt Cloud v0.1.10 published on Thursday, Jul 18, 2024 by Pulumi

    Installation

    This package is available for several languages/platforms:

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

    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
    dbtcloud logo
    dbt Cloud v0.1.10 published on Thursday, Jul 18, 2024 by Pulumi