aschot-pulumi-dbtcloud


Nameaschot-pulumi-dbtcloud JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing dbt Cloud resources.
upload_time2024-04-03 14:46:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi dbtcloud dbt cloud category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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`](https://www.npmjs.com/package/@aschot/pulumi-dbtcloud)
- Python: [`aschot-pulumi-dbtcloud`](https://pypi.org/project/aschot-pulumi-dbtcloud/)
- Go: [`github.com/a-schot/pulumi-dbtcloud/sdk/go/dbtcloud`](https://pkg.go.dev/github.com/a-schot/pulumi-dbtcloud/sdk/go/dbtcloud)
- .NET: [`ASchot.Pulumi.Dbtcloud`](https://www.nuget.org/packages/ASchot.Pulumi.Dbtcloud)

## Provider Binary

The dbt Cloud provider binary is a third party binary. It can be installed using the pulumi plugin command.

```bash
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`:

```bash
npm install @achot/pulumi_dbtcloud
```

or `yarn`:

```bash
yarn add @achot/pulumi_dbtcloud
```

### Python

To use from Python, install using `pip`:

```bash
pip install aschot-pulumi-dbtcloud
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/a-schot/pulumi-dbtcloud/sdk/go/dbtcloud
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
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](https://cloud.getdbt.com/api) | The host URL for your dbt Cloud account |



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "aschot-pulumi-dbtcloud",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi dbtcloud dbt cloud category/cloud",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3c/bc/9d5297ddaaeb8067f5c0fe1baf762fac5175c5f885d13e65e4ef74788086/aschot_pulumi_dbtcloud-0.0.5.tar.gz",
    "platform": null,
    "description": "# dbt Cloud Resource Provider\n\nThe dbt Cloud Resource Provider lets you manage dbt Cloud resources.\n\n## Installation\n\nThis package is available for several languages/platforms:\n\n- JavaScript/TypeScript: [`@aschot/pulumi-dbtcloud`](https://www.npmjs.com/package/@aschot/pulumi-dbtcloud)\n- Python: [`aschot-pulumi-dbtcloud`](https://pypi.org/project/aschot-pulumi-dbtcloud/)\n- Go: [`github.com/a-schot/pulumi-dbtcloud/sdk/go/dbtcloud`](https://pkg.go.dev/github.com/a-schot/pulumi-dbtcloud/sdk/go/dbtcloud)\n- .NET: [`ASchot.Pulumi.Dbtcloud`](https://www.nuget.org/packages/ASchot.Pulumi.Dbtcloud)\n\n## Provider Binary\n\nThe dbt Cloud provider binary is a third party binary. It can be installed using the pulumi plugin command.\n\n```bash\npulumi plugin install resource dbtcloud <version> --server github://api.github.com/a-schot/pulumi-dbtcloud\n```\n\nReplace `<version>` with your desired version.\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @achot/pulumi_dbtcloud\n```\n\nor `yarn`:\n\n```bash\nyarn add @achot/pulumi_dbtcloud\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install aschot-pulumi-dbtcloud\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/a-schot/pulumi-dbtcloud/sdk/go/dbtcloud\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package ASchot.Pulumi.Dbtcloud\n```\n\n## Configuration Options\n\nUse `pulumi config set dbtcloud:<option> (--secret)`.\n\n| Option     | Environment Variable   | Required/Optional | Default                                                      | Description                             | \n|------------|------------------------|-------------------|--------------------------------------------------------------|-----------------------------------------|\n| `token`    | `DBT_CLOUD_TOKEN`      | Required          |                                                              | The API token for your dbt Cloud user   |\n| `accountId`| `DBT_CLOUD_ACCOUNT_ID` | Required          |                                                              | The ID for your dbt Cloud account       |\n| `hostUrl`  | `DBT_CLOUD_HOST_URL`   | Optional          | [https://cloud.getdbt.com/api](https://cloud.getdbt.com/api) | The host URL for your dbt Cloud account |\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing dbt Cloud resources.",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/a-schot/pulumi-dbtcloud"
    },
    "split_keywords": [
        "pulumi",
        "dbtcloud",
        "dbt",
        "cloud",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cbc9d5297ddaaeb8067f5c0fe1baf762fac5175c5f885d13e65e4ef74788086",
                "md5": "d51e903c8c184fefbfb44fed627d8d18",
                "sha256": "971ca5d07b6d9f0dac6a52f4c3e7d4d86d7d6fba62dfc2f62c08b3aea4005a5c"
            },
            "downloads": -1,
            "filename": "aschot_pulumi_dbtcloud-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d51e903c8c184fefbfb44fed627d8d18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 105415,
            "upload_time": "2024-04-03T14:46:18",
            "upload_time_iso_8601": "2024-04-03T14:46:18.489505Z",
            "url": "https://files.pythonhosted.org/packages/3c/bc/9d5297ddaaeb8067f5c0fe1baf762fac5175c5f885d13e65e4ef74788086/aschot_pulumi_dbtcloud-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 14:46:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "a-schot",
    "github_project": "pulumi-dbtcloud",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aschot-pulumi-dbtcloud"
}
        
Elapsed time: 0.23826s