JSPM

@pulumi/dbtcloud

0.2.0-alpha.1741152821
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1624
  • Score
    100M100P100Q118837F
  • License Apache-2.0

A Pulumi package for creating and managing dbt Cloud resources.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pulumi/dbtcloud) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    dbt Cloud Resource Provider

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

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

    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