pulumi-snowflake


Namepulumi-snowflake JSON
Version 0.52.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing snowflake cloud resources.
upload_time2024-04-18 13:26:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi snowflake
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-snowflake/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-snowflake/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fsnowflake.svg)](https://www.npmjs.com/package/@pulumi/snowflake)
[![Python version](https://badge.fury.io/py/pulumi-snowflake.svg)](https://pypi.org/project/pulumi-snowflake)
[![NuGet version](https://badge.fury.io/nu/pulumi.snowflake.svg)](https://badge.fury.io/nu/pulumi.snowflake)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-snowflake/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-snowflake/sdk/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-snowflake/blob/master/LICENSE)

# Snowflake Resource Provider

The Snowflake Resource Provider lets you manage Snowflake resources.

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

    $ npm install @pulumi/snowflake

or `yarn`:

    $ yarn add @pulumi/snowflake

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_snowflake

### Go

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

    $ go get github.com/pulumi/pulumi-snowflake/sdk

### .NET

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

    $ dotnet add package Pulumi.Snowflake

## Configuration

The following configuration points are available:

* `snowflake:account` - (required) The name of the Snowflake account. Can also come from the
  `SNOWFLAKE_ACCOUNT` environment variable.
* `snowflake:username` - (required) Username for username+password authentication. Can come from the
  `SNOWFLAKE_USER` environment variable.
* `snowflake:region` - (required) [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) 
  to use. Can be sourced from the `SNOWFLAKE_REGION` environment variable.
* `snowflake:password` - (optional) Password for username+password auth. Cannot be used with `browser_auth` or
  `snowflake:privateKeyPath`. Can be sourced from `SNOWFLAKE_PASSWORD` environment variable.
* `snowflake:oauthAccessToken` - (optional) Token for use with OAuth. Generating the token is left to other
  tools. Cannot be used with `snowflake:browserAuth`, `snowflake:privateKeyPath`, `snowflake:oauthRefreshToken`
  or `snowflake:password`.
  Can be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable.
* `snowflake:oauthRefreshToken` - (optional) Token for use with OAuth. Setup and generation of the token is
  left to other tools. Should be used in conjunction with `snowflake:oauthClientId`, `snowflake:oauthClientSecret`,
  `snowflake:oauthEndpoint`, `snowflake:oauthRedirectUrl`. Cannot be used with `snowflake:browserAuth`, 
  `snowflake:privateKeyPath`, `snowflake:oauthAccessToken` or `snowflake:password`. Can be sourced from 
  `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable.
* `snowflake:oauthClientId` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from
  `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable.
* `snowflake:oauthClientSecret` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from
  `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable.
* `snowflake:oauthEndpoint` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from
  `SNOWFLAKE_OAUTH_ENDPOINT` environment variable.
* `snowflake:oauthRedirectUrl` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from
  `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable.
* `snowflake:privateKeyPath` - (optional) Path to a private key for using keypair authentication.. Cannot be
  used with `snowflake:browserAuth`, `snowflake:oauthAccessToken` or `snowflake:password`. Can be source from
  `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable.
* `snowflake:role` - (optional) Snowflake role to use for operations. If left unset, default role for user
  will be used. Can come from the `SNOWFLAKE_ROLE` environment variable.

## Reference

For further information, please visit [the Snowflake provider docs](https://www.pulumi.com/docs/intro/cloud-providers/snowflake)
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/snowflake).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-snowflake",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, snowflake",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/85/c5/3e0074f7e8de90a3e68cc2c40d7d12afcc902448de57279560db430fb905/pulumi_snowflake-0.52.0.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-snowflake/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-snowflake/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fsnowflake.svg)](https://www.npmjs.com/package/@pulumi/snowflake)\n[![Python version](https://badge.fury.io/py/pulumi-snowflake.svg)](https://pypi.org/project/pulumi-snowflake)\n[![NuGet version](https://badge.fury.io/nu/pulumi.snowflake.svg)](https://badge.fury.io/nu/pulumi.snowflake)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-snowflake/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-snowflake/sdk/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-snowflake/blob/master/LICENSE)\n\n# Snowflake Resource Provider\n\nThe Snowflake Resource Provider lets you manage Snowflake resources.\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/snowflake\n\nor `yarn`:\n\n    $ yarn add @pulumi/snowflake\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_snowflake\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-snowflake/sdk\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Snowflake\n\n## Configuration\n\nThe following configuration points are available:\n\n* `snowflake:account` - (required) The name of the Snowflake account. Can also come from the\n  `SNOWFLAKE_ACCOUNT` environment variable.\n* `snowflake:username` - (required) Username for username+password authentication. Can come from the\n  `SNOWFLAKE_USER` environment variable.\n* `snowflake:region` - (required) [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) \n  to use. Can be sourced from the `SNOWFLAKE_REGION` environment variable.\n* `snowflake:password` - (optional) Password for username+password auth. Cannot be used with `browser_auth` or\n  `snowflake:privateKeyPath`. Can be sourced from `SNOWFLAKE_PASSWORD` environment variable.\n* `snowflake:oauthAccessToken` - (optional) Token for use with OAuth. Generating the token is left to other\n  tools. Cannot be used with `snowflake:browserAuth`, `snowflake:privateKeyPath`, `snowflake:oauthRefreshToken`\n  or `snowflake:password`.\n  Can be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable.\n* `snowflake:oauthRefreshToken` - (optional) Token for use with OAuth. Setup and generation of the token is\n  left to other tools. Should be used in conjunction with `snowflake:oauthClientId`, `snowflake:oauthClientSecret`,\n  `snowflake:oauthEndpoint`, `snowflake:oauthRedirectUrl`. Cannot be used with `snowflake:browserAuth`, \n  `snowflake:privateKeyPath`, `snowflake:oauthAccessToken` or `snowflake:password`. Can be sourced from \n  `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable.\n* `snowflake:oauthClientId` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from\n  `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable.\n* `snowflake:oauthClientSecret` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from\n  `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable.\n* `snowflake:oauthEndpoint` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from\n  `SNOWFLAKE_OAUTH_ENDPOINT` environment variable.\n* `snowflake:oauthRedirectUrl` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from\n  `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable.\n* `snowflake:privateKeyPath` - (optional) Path to a private key for using keypair authentication.. Cannot be\n  used with `snowflake:browserAuth`, `snowflake:oauthAccessToken` or `snowflake:password`. Can be source from\n  `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable.\n* `snowflake:role` - (optional) Snowflake role to use for operations. If left unset, default role for user\n  will be used. Can come from the `SNOWFLAKE_ROLE` environment variable.\n\n## Reference\n\nFor further information, please visit [the Snowflake provider docs](https://www.pulumi.com/docs/intro/cloud-providers/snowflake)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/snowflake).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing snowflake cloud resources.",
    "version": "0.52.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-snowflake"
    },
    "split_keywords": [
        "pulumi",
        " snowflake"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4daed63735a2acbbcf07891108aac6d03007ec9e406d8f31149a815e93414343",
                "md5": "e84b21353ba84e0031a9d7e7cf53ae5f",
                "sha256": "e1b772ce3d06fe7cf98729465008e7d1c126aba80a71e1a47f0eaf495e1ad41b"
            },
            "downloads": -1,
            "filename": "pulumi_snowflake-0.52.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e84b21353ba84e0031a9d7e7cf53ae5f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 365708,
            "upload_time": "2024-04-18T13:26:22",
            "upload_time_iso_8601": "2024-04-18T13:26:22.807604Z",
            "url": "https://files.pythonhosted.org/packages/4d/ae/d63735a2acbbcf07891108aac6d03007ec9e406d8f31149a815e93414343/pulumi_snowflake-0.52.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85c53e0074f7e8de90a3e68cc2c40d7d12afcc902448de57279560db430fb905",
                "md5": "c1d7c5bce6a87ad55d082ec5fc58e7d4",
                "sha256": "277ef818bb22d977377602b4b15c305cb984b9ddaa7429d85f5bf4fb9aabbaf8"
            },
            "downloads": -1,
            "filename": "pulumi_snowflake-0.52.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c1d7c5bce6a87ad55d082ec5fc58e7d4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 243748,
            "upload_time": "2024-04-18T13:26:25",
            "upload_time_iso_8601": "2024-04-18T13:26:25.584172Z",
            "url": "https://files.pythonhosted.org/packages/85/c5/3e0074f7e8de90a3e68cc2c40d7d12afcc902448de57279560db430fb905/pulumi_snowflake-0.52.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-18 13:26:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-snowflake",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-snowflake"
}
        
Elapsed time: 0.24115s